Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

echo command color not working

bash macos colors echo

Combine two grep commands to process input from a file or grep lines starting with one specific substring and contain another after

bash grep

what does IFS='' or IFS= means?

bash shell sh ifs

Shell script best way to remove files not in a pair

linux bash shell zsh

for loops with variables in range won't work

bash shell

How to pass an awk variable to a bash command

linux bash awk

How do I test if a perl command embedded in a bash script returns true?

perl bash

Git filter-branch, variables, and bash

git bash