[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: grep highlighting



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'



Reply to: