diff --git a/grepid b/grepid index d5a879c..7566554 100755 --- a/grepid +++ b/grepid @@ -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}"'\>' "$@"