Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sh

How do I limit the number of results returned from grep?

linux bash unix sh

Calling shell functions with xargs

bash sh xargs

What is the benefit of using $() instead of backticks in shell scripts?

bash syntax sh backticks

Compare a string using sh shell

shell unix sh

A variable modified inside a while loop is not remembered

bash while-loop scope sh

Using variables inside a bash heredoc

bash variables sh heredoc

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