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:
4b55622
)
added svn-base files as being bogus for searching through.
author
Chris Koeritz
<fred@gruntose.com>
Mon, 14 Jan 2013 02:47:15 +0000
(21:47 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Mon, 14 Jan 2013 02:47:15 +0000
(21:47 -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 721aa2bd89fa2cfba13dc2402bfd3e5f3297d00a..1861222501d3db09db95b1f54cc9f63eb20acb14 100644
(file)
--- a/
scripts/buildor/find_in_code.sh
+++ b/
scripts/buildor/find_in_code.sh
@@
-18,5
+18,6
@@
find . -type f \( -iname "*" \
! -iname "*.jar" \
! -iname "*.zip" \
! -iname "*.tar" \
+ ! -iname "*.svn-base" \
! -iname "*.gz" \) \
-exec echo "\"{}\"" ';' | xargs grep -li "$seek"