Bash
Bash Script Shebang
Find/Replace in Directory
Git Pull in each Sub Dir
Bundle install if necessary in each sub-dir
pushd/popd - Got to a directory then return to current after
Work in git root dir
Name and Shame for number of open branches
Run last command until it fails
Run a Command for each Installed version of Ruby
Run rubyfmt on all ruby files
Curl that reports failures as an exit code without output
Use Previous Arguments
!$
uses the last argument from the previous command
Ex:
!*
gets ALL the previous args
More Ways to grab args
Last updated