Il 24/09/2012 21:34, Αναστασίου Γεώργιος ha scritto: > Hi, > I am using grep 2.14,and when i export GREP_COLORS="7",grep leaves the > default for colorizing when using grep.Alias has been made for grep with > grep="grep --color=auto".Tried to use GREP_COLOR instead,and it is working. > Can you help me with this?
GREP_COLORS has a different syntax, which is described in the manual. For example, the default settings for "grep --color" correspond to this GREP_COLORS value: ms=01;31:mc=01;31:sl=:cx=:fn=35:ln=32:bn=32:se=36 Paolo
