From ba1030b5c6c2e69b45009695ad356274e97f6480 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 27 Feb 2012 15:02:54 -0500 Subject: [PATCH] grepid: ignore binary files by default --- grepid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"'\>' "$@"