package playne

imports "programmer"

Handy grep command for svn

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 *

Posted

in

by

Tags: