#!/bin/sh grep=`which grep` grep "$@" | grep -v "^Binary" | grep -v "src/_" | grep -v "help." | grep -v "CVS"