Another update to my stupid grep script

This commit is contained in:
Paul Gear
2013-11-05 07:57:43 +10:00
parent c1f8a5c2ae
commit d8f7b3f0c7

2
findit
View File

@ -8,5 +8,5 @@ find . \
-path ./logs -prune -o \
-path ./mibs -prune -o \
-path ./rrd -prune -o \
-name .svn -prune -o \
-name .git -prune -o \
-type f -print|xargs grep "$@"