Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Shell script to delete directories older than n days

bash shell

Worth switching to zsh for casual use? [closed]

bash shell zsh

Quick-and-dirty way to ensure only one instance of a shell script is running at a time

bash shell process lockfile

How to assign the output of a Bash command to a variable? [duplicate]

bash shell

Shell Script: Execute a python program from within a shell script

python shell

How to pass arguments to Shell Script through docker run

How to remove all .svn directories from my application directories

linux shell

How do I use the lines of a file as arguments of a command?

Bash script processing limited number of commands in parallel

linux bash shell

Check if passed argument is file or directory in Bash

bash shell

How to use find command to find all files with extensions from list?

unix shell find

How to retrieve absolute path given relative

bash shell path absolute

Piping command output to tee but also save exit code of command [duplicate]

bash shell pipe sh tee

How to kill zombie process

Remove duplicate entries in a Bash script [duplicate]

bash shell

Convert command line arguments into an array in Bash

arrays bash shell

Efficiently test if a port is open on Linux?

linux bash shell port

String comparison in bash. [[: not found

How to do a non-greedy match in grep?

How to split one string into multiple variables in bash shell? [duplicate]

bash shell variables