Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How can I increment a number in a while-loop while preserving leading zeroes (BASH < V4)

bash shell loops while-loop

Bash: How can I distinguish a sign char from the name of the variable?

bash

awk print something if column is empty

bash awk sed

Bash: convert lower level JSON to escaped string

bash jq

How to pass subcommand back into bash completion?

linux bash bash-completion

How do I stop multiple line output from command substitution from being concatenated in BASH script?

bash variables do-loops

How to reposition the third string of each line to start at the nth character on the same line

bash awk scripting

how to take rows containing a pattern in certain column and move them to the rows than have few commonly columns in UNIX

bash unix awk

Regex grep external IP brings back internal IP as well - why?

regex bash ubuntu ip ifconfig

Why "[ 1 > 2 ]" evaluates to True?

linux bash

Bash shell 'if' statement comparing outputs from different commands

How to extract two different columns separated by different delimiters into the same line

bash shell unix awk scripting

Bash capturing in brace expansion

bash brace-expansion

How to generate random numbers between 0 and 1 in bash

bash shell random

How to delete a single command from history in bash

Pipe output from command in Git Bash to Powershell script on windows

windows bash git powershell

get a list of files with N commits from git

bash git git-filter-repo

How do I remove positional parameters in bash?

Bash: Check if a string contain specific alphabets and comma

string bash