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

How to add many SSL certificates for Java application inside docker?

How can I use an array to create subdirectories using mkdir in bash?

arrays bash mkdir

How to create a dynamic number of arrays with dynamic names in bash?

arrays bash

How to convert date to timestamp in bash shell?

bash shell

Is it possible to require a .php file via command line parameter before running a php script?

How to pipe all terminal output including error messages from script to a log file

Read and write to the same netcat tcp connection

bash shell tcp pipe netcat