Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to highlight Bash scripts in Vim?

How to build a conditional assignment in bash?

bash

reverse the order of characters in a string

bash

in linux terminal, how do I show the folder's last modification date, taking its content into consideration?

Explanation of colon operator in ": ${foo=value}"

bash

How to store command results in a shell variable? [duplicate]

bash shell

What is the proper way to test a Bash function's return value?

bash function syntax

exit with error message in bash (oneline)

bash message exit

How do I test (in one line) if command output contains a certain string?

bash

Exception handling in shell scripting?

Is mixing getopts with positional parameters possible?

bash shell parameters

Bash prompt with the last exit code

linux bash prompt

Get current time in hours and minutes

linux bash time

bash echo number of lines of file given in a bash variable without the file name

bash wc

Check if an element is present in a Bash array [duplicate]

arrays bash shell search

Execute bash commands from a Rakefile

ruby bash rake

Fixing a systemd service 203/EXEC failure (no such file or directory)

bash systemd

Parallel wget in Bash [duplicate]

grep --ignore-case --only

regex bash unix grep gnu

Bash regex =~ operator

bash shell unix