grep
GREP sans SVN
Submitted by benl on Mon, 03/01/2010 - 13:27
Related Terms :
Here's a quickie to do a recursive grep, ignoring SVN files:
grep --exclude=\*.svn\* -r "my_string_here" .Here's a quickie to do a recursive grep, ignoring SVN files:
grep --exclude=\*.svn\* -r "my_string_here" .