Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to enter a tab char on command line?

macos bash

Appending a line break to an output file in a shell script

bash shell cygwin append

How do I include an environment variable inside an alias for bash?

bash

using a Bash variable in place of a file as input for an executable

file pipe bash

Extracting data from HTML table

python linux perl bash

Elegant way for verbose mode in scripts?

bash logging verbosity

How does nested if/then/elseif work in bash? [closed]

linux bash nested if-statement

How to set Environment Variables on EC2 instance via User Data

How to use expr on float?

How do I install Bash >= 3.2.25 on Mac OS X 10.5.8?

bash rvm osx-leopard

pip broken after upgrading

python bash pip easy-install

Duplicating stdout to stderr

bash redirect

How to `ls` only one level deep?

bash ls

How to grep the last occurrence of a line pattern

bash shell awk sed grep

encoding of file shell script

linux bash shell encoding

What is the most concise way to source a file (only if it exists) in Bash?

bash error-handling include

How can I highlight the warning and error lines in the make output?

bash shell makefile gnu-make

How to get the Bash version number

bash shell

The difference between $* and $@ [duplicate]

bash shell

Reading $OPTARG for optional flags?

bash getopts