Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to reload .bash_profile from the command line?

bash shell command-line

How to trim whitespace from a Bash variable?

string bash variables trim

Listing only directories using ls in Bash?

bash directory ls

Pipe to/from the clipboard in a Bash script

linux bash macos clipboard

How can I pipe stderr, and not stdout?

bash grep stdout pipe stderr

Passing parameters to a Bash function

How to escape single quotes within single quoted strings

bash syntax quoting

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 redirect output to a file and stdout

linux bash file-io io stdout

How to count lines in a document? [closed]

What is the preferred Bash shebang?

bash shebang

echo that outputs to stderr

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