changeset 76:84ffa220796a

kill all stderr from ff
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 11 Jun 2010 10:44:06 -0700
parents 89a64b0d6146
children 144233173384 a599feff7c93
files .bashrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.bashrc	Wed Jun 09 17:36:20 2010 -0700
+++ b/.bashrc	Fri Jun 11 10:44:06 2010 -0700
@@ -88,7 +88,7 @@
     else
 	FILENAME=$2
     fi
-    CMD='command find -L $PWD -iname "${FILENAME}" -print0 | xargs -r0 grep -il "$1" | egrep -v "${EXCLUDES}"'
+    CMD='command find -L $PWD -iname "${FILENAME}" -print0 2> /dev/null | xargs -r0 grep -il "$1" 2> /dev/null | egrep -v "${EXCLUDES}" 2> /dev/null'
 #    echo $CMD
     eval $CMD