Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

I am trying to write a bash script to update package.json dependency version

json bash shell automation

How do you fix or mask a 1091 error found with shellcheck when including a source in a bash script?

bash shellcheck

Can the cut command accept newline as a delimiter?

bash shell

Does double asterisk include the current directory?

bash glob

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