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
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
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
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]
4 matches
Mail list logo