Bash Notebook
Popular
mkdir -p /path/to/dir/to/create
- Recursively create directories if necessaryscp -r <host>:</source/path> <host>:</destination/path>
- Recursively copy files & directories over sshprintenv
- List all environment variableslsof -i :<port>
- Find out which process is listening upon a port