grepid: ignore binary files by default

This commit is contained in:
Josh Holtrop 2012-02-27 15:02:54 -05:00
parent 88aa7cf550
commit ba1030b5c6

2
grepid
View File

@ -2,5 +2,5 @@
id="$1"
shift
exec grep --exclude-dir .svn --exclude-dir .git --color=auto -R \
exec grep --exclude-dir .svn --exclude-dir .git --color=auto -IR \
'\<'"${id}"'\>' "$@"