#!/bin/sh find . \ -name _darcs -prune \ -o \ -name .svn -prune \ -o \ -wholename ./tags -prune \ -o \ -print |\ xargs grep -nI --color=yes "$*" |\ GREP_COLOR=32 egrep --color=yes '^.*:[0-9]*: '