Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to pass filename and file content to awk

bash csv awk metaprogramming

linux find file and create hardlink

linux bash

AWK Randomly choose 1 of 2 actions when condition is met

bash awk

Get substring using either perl or sed

regex bash perl sed

shell why brace need a space after it for grouped command

bash shell

How can we print coloured output of Ansible tasks when Ansible is run through a shell script?

bash ansible

"tailing" a binary file based on string location using bash?

bash tail string-search

cp: cannot stat `/vol/examples/tutorial/science.txt': No such file or directory [closed]

bash unix cygwin

How to run expect script from remote server via ssh?

bash expect

How to pass the contents of a file using `cat` to `_values` (zsh completion)

bash zsh zsh-completion

Shell script to run task and shutdown after task is done

What is the fastest way to delete an element of an array?

arrays bash optimization

How to delegate within a crontab to use another file as a crontab? aka Crontab in SVN/CVS?

bash version-control cron

Append Integer To String Bash Script OSX

macos bash for-loop

How to efficiently list files that have exactly `n` lines?

bash performance file awk find

alias g='git' and have bash completion still work [duplicate]

Bash variable under a mysql query

mysql linux bash

Bash seq to produce two separate sequences of numbers in a for loop

bash for-loop seq

How to pass a group of commands to a shell script in bash

bash