/ Published in: Bash
Search through a directory and ignore .svn folders
Expand |
Embed | Plain Text
grep -nHR 'needle' * | grep -v svn
You need to login to post a comment.
Search through a directory and ignore .svn folders
grep -nHR 'needle' * | grep -v svn
You need to login to post a comment.