Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sh

What is the difference between $(command) and `command` in shell programming?

bash shell ksh sh

Check if a file exists with a wildcard in a shell script [duplicate]

shell sh wildcard

How can I have a newline in a string in sh?

sh

How to run a cron job inside a docker container?

docker cron containers sh

How can I get the behavior of GNU's readlink -f on a Mac?

macos freebsd sh

How to execute mongo commands through shell scripts?

mongodb bash shell sh

How can I split a shell command over multiple lines when using an IF statement?

syntax sh

How to get a password from a shell script without echoing

bash shell scripting sh

How to do a logical OR operation for integer comparison in shell scripting?

bash unix if-statement sh

How to read a file into a variable in shell?

shell unix sh

"echo -n" prints "-n"

sh

Command not found error in Bash variable assignment

What does set -e mean in a bash script?

linux bash shell sh

How to echo shell commands as they are executed

bash shell sh posix trace

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

bash shell scripting boolean sh

Difference between sh and Bash

bash shell unix sh

How to check if a string contains a substring in Bash

string bash shell substring sh