15 May 2008
grep sans .svn
put it in your .bash_profile and smoke it:
$ echo "export GREP_OPTIONS='--exclude=*.svn*'" >> ~/.bash_profile
$ source ~/.bash_profile
$ grep -rl 'whatimlookingfor' src/
put it in your .bash_profile and smoke it:
$ echo "export GREP_OPTIONS='--exclude=*.svn*'" >> ~/.bash_profile
$ source ~/.bash_profile
$ grep -rl 'whatimlookingfor' src/