Created
June 28, 2011 20:31
-
-
Save daveWid/1052119 to your computer and use it in GitHub Desktop.
Adds a search command to Terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function search(){ grep -RnisI "$@" *; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment