projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ddb628
)
more things ruled out. probably should move to doing the patterns inside the find...
author
Chris Koeritz
<fred@gruntose.com>
Thu, 10 Jan 2013 22:30:50 +0000
(17:30 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Thu, 10 Jan 2013 22:30:50 +0000
(17:30 -0500)
scripts/buildor/find_in_code.sh
patch
|
blob
|
history
diff --git
a/scripts/buildor/find_in_code.sh
b/scripts/buildor/find_in_code.sh
index 3b9d9a13accc0e1d9ea9463fdaff35134e0da117..ed9cb859a11ef042b27a06e8e946298d56df2138 100644
(file)
--- a/
scripts/buildor/find_in_code.sh
+++ b/
scripts/buildor/find_in_code.sh
@@
-1,4
+1,4
@@
#!/bin/bash
seek="$1"; shift
-find . -type f -exec echo "\"{}\"" ';' | grep -v '.
obj' | grep -v '.class' | grep -v '.svn' | grep -v '.git' | grep -v '.exe
' | xargs grep -li "$seek"
+find . -type f -exec echo "\"{}\"" ';' | grep -v '.
svn' | grep -v '.git' | grep -v '.exe' | grep -v '.obj' | grep -v '.class' | grep -v '.dll' | grep -v '.lib
' | xargs grep -li "$seek"