Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How do I echo string with bash command more in Perl?

perl bash

how to get extract a word from a line in bash shell script [duplicate]

bash

how to not forget to delete debug lines in code

word count of each line in a script

bash

"< <(command-here)" shell idiom resulting in "redirection unexpected"

bash shell redirect stdin

Bash script to automatically test program output - C

bash automated-tests

How can I execute Perl code stored inside a shell script variable?

perl bash escaping

Ruby cannot see NLS_LANG environmental variable

ruby bash oci8

find(1): "Parameter format not correct" under CygWin

bash shell command-line cygwin

To catch the start of a sequence from a file

bash sed awk grep

Declaring an awk function in bash

regex linux bash awk

Timing bash functions

bash time bash-function

python encoding error only when called as external process

How to represent hexadecimal number with two digits in linux scripts (bash)

linux bash shell hex

How to compare two text files for the same exact text using BASH?

linux bash text grep compare

How to remove several columns and the field separators at once in AWK?

bash csv awk

Bash - Diference between echo `basename $HOME` and echo $(basename $HOME)

bash

Can i use regex in the Record Separator in awk in linux

linux bash awk

Is the bash function $RANDOM supposed to have an uniform distribution?

linux bash statistics

Bash script global redirection with exec and write to screen

bash