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

grep trick



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.

-- 
Chris.
======


Reply to: