To quickly search through all the files in a project and not the .svn folders, here is a simple grep command to get you there.
grep -R --exclude-dir="*/.svn*" PATTERN *
imports "programmer"
To quickly search through all the files in a project and not the .svn folders, here is a simple grep command to get you there.
grep -R --exclude-dir="*/.svn*" PATTERN *
by
Tags: