Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

Why docker exec command ingore bashrc inside docker container?

linux bash docker ubuntu

Meaning of following sed lines used in bash script

regex linux bash sed

Extract the unique substrings at a given position range in a set of filenames

bash

How to run a process in the background inside Gvim?

bash shell vim