Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sh

How to redirect output of an entire shell script within the script itself?

bash shell sh

Ubuntu says "bash: ./program Permission denied" [closed]

bash shell sh

What does $@ mean in a shell script?

linux bash shell unix sh

How do I run a shell script without using "sh" or "bash" commands?

bash shell alias sh

Select unique or distinct values from a list in UNIX shell script

bash unique distinct ksh 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