Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Unable to store python --version to a shell variable [duplicate]

bash shell

What's the purpose of these redirections and file descriptors?

bash shell

use commandline arguments in a sed command

bash command-line sed

Bash inserting extra, incorrect single quotes when quoting argument list

bash

Does $PWD always equal $(realpath .)

linux bash shell

How to define a gnuplot output file as a variable?

bash gnuplot

Bash: export not passing variables correctly to parent

NodeJS programs fail, exiting with no output

PHP and bash return different hash results

php bash hash

change rvm ruby version with ansible playbook

ruby bash rvm ansible rvmrc

Shell: Checking if argument exists and matches expression

regex bash shell

Make grep exit early when it finds a match

bash grep

'read -ra' vs direct assignment

bash shell

What is the story behind ${#} in bash

string bash string-length

Stop being root in the middle of a script that was run with sudo

linux bash shell root sudo

Cannot access 2>&1: How to treat variable content as a redirection not as filename

linux bash io-redirection

Efficient non-greedy method of returning multiple lines between patterns

bash awk sed

bash wildcard with variables inside an if statement

BASH: Finding maximum value in a particular CSV column

bash csv awk sed grep

race condition betwen script and C binary program

c linux bash shell