Use Git Hooks to Automate Necessary but Annoying Tasks Certain tasks like updating dependencies or migrating a database must be done... Sean Doyle September 17, 2014 Git Open Source Unix Shell
Silver Searcher Tab Completion with Exuberant Ctags Improve your Silver Searcher game by introducing tab completion in zsh based on the tags file of the project. Josh Clayton August 11, 2014 Unix Shell
The Unix Shell's Humble If Let’s take a deep dive in the Unix shell’s if statement. We’ll cover syntax, negation, the test command, the [ command, bracket-bracket, math and numerical comparisons, and various rules for regular expressions. Pat Brisbin January 6, 2014 Unix Shell