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 "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to