Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Why does ((0)) cause a Bash script to exit if `set -e` directive is present?

bash shell

Bash: how to filter tee output in realtime for ssh command?

linux bash ssh tee

Safe shell redirection when command not found

bash shell

curl: pass a named parameter from stdin

bash curl

Split string using 2 different delimiters in Bash

regex string bash split ifs

Printing a sequence from a fasta file

bash grep fasta

How to pass shell variables as Command Line Argument to a shell script

How to catch mysql Error in bash

mysql bash mysqldump

Why is bash faster than C? [closed]

c bash shell

Perl inside Bash: How to read from pipe and pass arguments to perl at the same time?

bash perl arguments pipe

Convert delimited file to fixed width in Linux

linux bash

How to securely quote an optional flag?

bash

Is there any simple way to check all possibilities of yes/no option in Bash?

bash awk aix

Get n lines from file which are equal spaced

bash sed

Why does `sort file > file` result in an empty file? [duplicate]

bash

How to store command line arguments for future use?

bash shell

bash cat all files that contains a certain string in file name

bash shell command-line cat

How to make a script to perform git pull?

linux git bash shell

XCode doesn't recognize environment variables

What does wait $! mean

bash