Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

How can I declare and use Boolean variables in a shell script?

bash shell scripting boolean sh

YYYY-MM-DD format date in shell script

bash shell date strftime

How to use SSH to run a local shell script on a remote machine?

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

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

How to exclude a directory in find . command

linux shell find

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 delete from a text file, all lines that contain a specific string?

How can I recursively find all files in current and subfolders based on wildcard matching?

linux shell

How to mkdir only if a directory does not already exist?

shell scripting ksh aix mkdir

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

bash shell split scripting

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

bash shell unix redirect