geek rescue kit Code
Brought to you by:
ctaf
#!/bin/sh
## shfunction for ctafconf in /home/ctaf/.ctafconf
##
## Made by GESTES Cedric
## Login <ctaf@epita.fr>
##
## Started on Sun Oct 2 07:23:17 2005 GESTES Cedric
## Last update Wed Nov 21 10:06:15 2007 GESTES Cedric
##
##CTAFCONF
#recursive grep with filename and line number
#exclude svn
grepr ()
{
arg=$@
grep -r -n -H $arg . | grep -v "/.svn/" | grep -v ".svn-base:" | grep -v "^grep:" | ~/.ctafconf/bin/colorgrepr.pl 2>/dev/null
}
grepr $@