Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to detect that RETURN trap was called from source?

bash

MV command line not working for certain files (OSX)

Parse /proc/mounts and substitude only one field

bash awk substitution

Messed up bash prompt, probably due to changes in bashrc

bash shell prompt

Bash variable math expansion not working with printf

bash

Multiple lazy string replacing between two patterns with sed

regex bash shell sed

How can I pass a list of strings to xargs for simultaneous wget

bash sed xargs

foreach loop through associative array in bash only returns last element

arrays bash shell

why echo strings in bash reading from stdin doesn't show space characters

bash shell

Detect if a series of numbers is sequential in bash/awk

bash sed awk range sequence

Set LD_PRELOAD when executing a command in shell script

linux bash shell

Executing a Bash command asynchronously from a Perl script

perl bash asynchronous

Does a bash subshell spawn a new `bash` process?

bash subshell

Write to STDERR by filename even if not writable for the user

linux bash

How to extract file data from an HTTP MIME-encoded message in Linux?

linux bash sed awk

Bash's cat, while, let and pipe lead to strange scoping behavior

bash while-loop cat piping

Conditionally directing a command's output to /dev/null in bash [duplicate]

Add string with backslash in file using sed command

Need to use getopts with one argument OR another

linux bash parameters getopts

can the 'diff' command ignore different kinds of line breaks?

bash compare diff line-breaks