Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

bash/sh if statement syntax

linux bash

tilde expansion in environment variable

starting remote script via ssh containing nohup

bash ssh nohup mutt

Bash, zenity progress bar without cancel

bash progress-bar zenity

Limits of length for the expansion of * in Bash? [duplicate]

Linux script to find all video file extensions and file sizes

linux bash scripting find

Matching optional parameters with non-capturing groups in Bash regular expression

regex string bash text-parsing

Bash setting a global variable inside a loop and retaining its value -- Or process substituion for dummies

How is tab completion implemented for linux commands?

linux bash command-line

set multiple variables from one awk command?

bash awk

Add wait between parallel processes in bash

to preserve hard and symbolic link, permissions while creating tar ball and doing same while untar the tarball [closed]

linux bash

ctags for shell scripts without extensions

bash vim file-extension ctags

how to continue run script after tail -f command

bash signals tail

bash script read file variables into local variables

bash variables file-io

Pipe STDIN to a script that is itself being piped to the Python interpreter?

Grep all instances of strings that start with certain characters

linux bash grep cat

egrep AND operator [duplicate]

bash grep

/dev/stdin with herestring

bash cygwin stdin heredoc

bash: run a script with set -e (errexit)

bash