Re: grep highlighting

2006-09-28 Thread Jeff D
T wrote: On Thu, 28 Sep 2006 14:24:21 -0700, Jeff D wrote: The recent grep supports highlighting. How can I make it works? try this out: export GREP_OPTIONS='--color=auto' GREP_COLOR='1;31' Thanks a lot! That's fast! It works! What does the GREP_COLOR='1;31' mean, where c

Re: grep highlighting

2006-09-28 Thread T
On Thu, 28 Sep 2006 14:24:21 -0700, Jeff D wrote: >> The recent grep supports highlighting. How can I make it works? >> > try this out: > > export GREP_OPTIONS='--color=auto' GREP_COLOR='1;31' Thanks a lot! That's fast! It works! What does the GREP_COLOR='1;31' mean, where can I find info f

Re: grep highlighting

2006-09-28 Thread Jeff D
T wrote: Hi The recent grep supports highlighting. How can I make it works? thanks PS. I tried: export GREP_COLOR=red echo abcd | grep abc try this out: export GREP_OPTIONS='--color=auto' GREP_COLOR='1;31' -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscri

grep highlighting

2006-09-28 Thread T
Hi The recent grep supports highlighting. How can I make it works? thanks PS. I tried: export GREP_COLOR=red echo abcd | grep abc -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]