Guillaume Cottenceau <[EMAIL PROTECTED]> writes:

> --=-=-=
> Name        : grep                         Relocations: (not relocateable)
> Version     : 2.5                               Vendor: MandrakeSoft
> Release     : 0.f.1mdk                      Build Date: Thu Jan 24 22:41:36 2002

It supports coloured output. Here's what you can add to your
~/.bashrc :

alias grep="grep --color=tty -I -s"


I don't like the default red colour, so here's how to set to the
"bold" colour (coral as for me ;p)

export GREP_COLOR="01;38"


How to set bold colour to coral, here's my .Xdefaults (which is a
symlink to .Xresources, we never know)

Rxvt*colorBD: coral


-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/

Reply via email to