Created
June 10, 2011 20:21
Revisions
-
slor revised this gist
Aug 24, 2011 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,4 +3,5 @@ # ignore binary files # show line numbers # ignore svn cruft # force color grep -rIin --color=force foo . | grep -v svn -
There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # grep current directory recursively for foo # case-insensitive # ignore binary files # show line numbers # ignore svn cruft grep -rIin foo . | grep -v svn