Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How do I iterate over a range of numbers defined by variables in Bash?

bash shell for-loop syntax

How to reload .bashrc settings without logging out and back in again?

How to check if a variable is set in Bash?

bash shell variables

How do I set a variable to the output of a command in Bash?

bash shell command-line

How to change the output color of echo in Linux

How do I parse command line arguments in Bash?

How do I split a string on a delimiter in Bash?

bash shell split scripting

Extract filename and extension in Bash

bash string filenames

How can I check if a program exists from a Bash script?

bash

In the shell, what does " 2>&1 " mean?

bash shell unix redirect

Echo newline in Bash prints literal \n

bash echo newline

How to check if a string contains a substring in Bash

string bash shell substring sh

How to concatenate string variables in Bash

How do I tell if a regular file does not exist in Bash?

bash file-io scripting

How can I check if a directory exists in a Bash shell script?

bash shell unix posix

How can I get the source directory of a Bash script from within the script itself?

bash directory

How to iterate over JSON array with jq?

json bash jq