grep

GREP sans SVN

Here's a quickie to do a recursive grep, ignoring SVN files:

grep --exclude=\*.svn\* -r "my_string_here" .

Syndicate content