Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to specify the private SSH-key to use when executing shell command on Git?

git bash shell ssh

How to convert a string to lower case in Bash?

string bash shell lowercase

Make a Bash alias that takes a parameter?

bash alias

Difference between sh and Bash

bash shell unix sh

Check existence of input argument in a Bash shell script

bash shell

How do I prompt for Yes/No/Cancel input in a Linux shell script?

linux bash shell scripting

Looping through the content of a file in Bash

linux bash loops unix io

How to redirect and append both standard output and standard error to a file with Bash

How can I count all the lines of code in a directory recursively?

bash shell

Loop through an array of strings in Bash?

arrays bash shell

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