Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to get one value from a file and ignore commented lines?

regex bash sed grep

Adding double quotes to beginning, end and around comma's in bash variable

bash sed

Bash increment a date on Mac OS X

bash

Bash export variables received lines by lines

bash

Check if a file exists inside a "Variable" Path

Meaning of declarations in /etc/init.d/functions on EL 5

linux bash function init.d

How can I determine if a binary is installed using bash?

bash

How can I execute javascript in Bash?

javascript bash

cmder terminal integration into IntelliJ / WebStorm / GoLand with aliases

What does the [[ -z "$PORT" ]] && export PORT=8080 bash command do?

bash

How to convert some files from dos format to unix

linux bash shell dos2unix

Running counter for JSON array using jq

arrays json bash jq

Does the execution of an infinite loop in javascript tax only your computer's resources?

javascript bash

Redirect both stdout and stderr to file, print stdout only [duplicate]

bash maven io-redirection

merge csv files in unix, bash

bash csv unix merge

Bash provide default argument if no arguments passed

bash

How to get bash to output color when run in a script?

bash colors

Use $HOSTNAME in sed substitution [duplicate]

linux bash unix sed hostname

Transfer files using lftp in a Bash script

linux bash unix centos

Why does command substitution change the behaviour of a name referenced parameter of a function?

bash shell