[script] find-nosvn correction
This commit is contained in:
parent
acd9136710
commit
daa9f0ad0c
2
scripts/find-nosvn
Normal file → Executable file
2
scripts/find-nosvn
Normal file → Executable file
@ -6,6 +6,6 @@ echo -e "${txtRED}searching for $@${txtdfl}";
|
||||
|
||||
#find . -not -iwholename "*.svn" -name "*.[ch]" -exec grep -nH --color=auto $@ {} \;
|
||||
|
||||
find . -type d -a -name .svn -prune -o -name "*.[ch]" -exec grep -nH --color=always $@ {} \;
|
||||
find . -type d -a -name .svn -prune -o -name "*.[ch]" -exec grep -nH --color=always "$@" {} \;
|
||||
#find . -name "*.[ch]" -exec grep -nH --color=auto --exclude-dir=.svn $@ {} \;
|
||||
#try ack
|
||||
|
Loading…
Reference in New Issue
Block a user