Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Capitalize strings in sed or awk

bash sed awk

Where does rsync keep the log file for complete and incomplete data transfers?

bash ssh rsync remote-access

How to show the disk usage of each subdirectory in Linux?

linux bash

How do I create a new file on a remote host in fabric (python deployment tool)?

python bash fabric

What does "plus colon" ("+:") mean in shell script expressions?

bash shell syntax

difference between $@ and $* in bash script [duplicate]

linux bash shell

median of column with awk

bash sed awk median

sort logfile by timestamp on linux command line

Sort a tab delimited file based on column sort command bash [duplicate]

linux bash shell sorting

Bash conditional on command exit code

bash

How to format a bash array as a JSON array

arrays json bash jq

Listing defined functions in Bash

bash introspection

Save JSON outputted from a URL to a file

java python ruby perl bash

Slow load time of bash in cygwin

How to append a string at end of a specific line in a file in bash [duplicate]

bash sed awk

Bash shell script for 100 iterations and log time taken

bash

Cygwin running script from one batch file?

bash batch-file cygwin

Extract file contents into array using Bash

arrays bash

Show Hexadecimal Numbers Of a File

bash file-io hex

Looping through find output in Bash where file name contains white spaces

bash find while-loop