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

Re: grep trick



Chris Bannister wrote:
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.

THAT IS WAY COOL!!!!!!
thanks for sharing


Reply to: