> etcgrep () { grep -ir "$1" /etc/* ; }
> sgrep () { grep -ir "$1" /usr/src/linux ; }
> xgrep () { grep -i "$1" $(echo $PATH | tr ":" " ") ; }
>Nice. I'm having a hard time understanding that last one, but I will figure it out. Thanks! -- Dotan Cohen http://bido.com http://what-is-what.com -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

