Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

awk's $1 conflicts with $1 in shell script

bash shell awk

loop with more than one item at a time

bash shell unix xargs

Bash 'swallowing' sub-shell children process when executing a single command

linux bash shell subshell

Simply forking and redirecting the output of a command to /dev/null

Execute perl in PHP [duplicate]

php perl shell exec

Shell script vs C performance

c performance bash shell

"Hacking" a way to a remote shell in 5 characters [closed]

bash security shell

bash: getting percentage from a frequency table

linux bash shell awk

Can I use Fabric to perform interactive shell commands?

Why do bash command line arguments after 9 require curly brackets?

How to make rsync read SRC from STDIN?

linux shell pipe rsync

How to implement Ctrl-C and Ctrl-D with openpty?

When did HUP stop getting sent and what can I do about it?

linux bash shell signals

How to list recently deleted files from a directory?

linux bash shell command-line

How to pass a PHP array to a BASH script?

php arrays linux bash shell

Too many open files error while running awk command

linux shell awk

Is there a difference between negating before/after a test command?

linux bash shell unix terminal

Bash script to (more or less) reliably check if the Internet is up

Emacs... as your default shell?

linux bash shell emacs

What does if [ "x" != x ] do in bash?

shell