Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

WGET your google location history daily

Git - Use port 9418 for remote on github

git bash github

linux script running c program

c linux bash

bash: how to update an associative array in an implicit subshell?

shell - temp IFS as newline only. Why doesn't this work: IFS=$(echo -e '\n')

bash shell ifs