grep -rwn --exclude-dir=.svn --exclude-dir=.git --exclude=*.o -I PATTERN *


-I : ignore binary files

+ Recent posts