/ Published in: Bash
Search through a directory and ignore .svn folders
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
grep -nHR 'needle' * | grep -v svn