Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How do I properly quote this bash pipeline for watch?

linux bash unix

split a string from a sequence, with regex

regex bash

Unix: cat-ing a file out to itself - why does this blank the file? [duplicate]

bash unix sorting pipe cat

How should the "CDPATH" command be written in the .bashrc file? [closed]

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