fixed a bit more, excluding non-useful files.
authorChris Koeritz <fred@gruntose.com>
Thu, 10 Jan 2013 21:35:25 +0000 (16:35 -0500)
committerChris Koeritz <fred@gruntose.com>
Thu, 10 Jan 2013 21:35:25 +0000 (16:35 -0500)
scripts/buildor/find_in_code.sh

index b1d593acaadd3e0230f36babcf7947133be49de2..3b9d9a13accc0e1d9ea9463fdaff35134e0da117 100644 (file)
@@ -1,4 +1,4 @@
 #!/bin/bash
 seek="$1"; shift
 
-find . -type f -exec echo "\"{}\"" ';' | grep -v '.svn' | grep -v '.git' | grep -v '.exe' | xargs grep -li "$seek" 
+find . -type f -exec echo "\"{}\"" ';' | grep -v '.obj' | grep -v '.class' | grep -v '.svn' | grep -v '.git' | grep -v '.exe' | xargs grep -li "$seek"