Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Ncurses reading numpad keys and escaping

c linux bash ncurses getch

When dealing with numbers in bash when is [[ ]] preferred over (( ))

bash

Reorder columns in a CSV file by number

regex bash csv sed awk

How do i write a shell script for checking website live or not

bash shell if-statement

Get sha of the last commit before pull

git bash

Moving a file and adding the date to the filename

bash rename mv

What is wrong with using $(date "+%Y-%m-%d_%H:%M:%S") in a cron job?

bash cron backup cron-task

Bash - Printing Directory Files

linux bash shell unix

Folders tree with rights

How to fill an array with values in a for loop

arrays linux bash shell

Using PV to Count lines and show total lines rather then total bytes in the pipe

linux bash unix pipe

Bash, Always display colored bar at top of screen

bash

Matching regex in bash

regex bash

Converting read variables to lowercase in sh on ubuntu

Bash escaping spaces in filename, in variable

bash escaping spaces

Bash script - redirect child script stderr to parent's stdout

how to write a beautifully elegant linux command in bash shell

linux bash shell

Indenting code when redirecting text

bash

Using cut in bash on a file with a unique deliminter

bash unicode ascii cut

How to do a pattern range match that is multi-line and non-greedy?

regex bash