Skip to content

Instantly share code, notes, and snippets.

@daveWid
Created June 28, 2011 20:31
Show Gist options
  • Save daveWid/1052119 to your computer and use it in GitHub Desktop.
Save daveWid/1052119 to your computer and use it in GitHub Desktop.
Adds a search command to Terminal
function search(){ grep -RnisI "$@" *; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment