Hi, If you work on the command line, here is a handy grep trick.
In your .bashrc put:
export GREP_COLOR=33
alias grep='grep --colour=always'
You can always try different values of GREP_COLOR.
Although I can't seem to get yellow.
Remember to:
source .bashrc
before trying it.
--
Chris.
======
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

