/ Published in: Bash
URL: http://snippets.dzone.com/posts/show/3707
Expand |
Embed | Plain Text
grep -r PATTERN * | grep -v '/\.svn/'
You need to login to post a comment.
URL: http://snippets.dzone.com/posts/show/3707
grep -r PATTERN * | grep -v '/\.svn/'
You need to login to post a comment.