[issue1230] Bug grep --color=auto

Vasya Pupkin bts at bts.grml.org
Sun Feb 3 10:15:24 CET 2013


New submission from Vasya Pupkin <vasyapupkin.1986 at gmail.com>:

Hello.

_grep --color=auto_ dont work with _egrep_
I fixed it with string:
(( $#grep_options > 0 )) && alias egrep='egrep 
'${grep_options:+"${grep_options[*]}"}

after that colors work normally with egrep.

----------
files: unnamed
messages: 4497
nosy: vasyapupkin.1986
status: unread
title: Bug grep --color=auto

_____________________________________
GRML issue tracker <bts at bts.grml.org>
<http://bts.grml.org/grml/issue1230>
_____________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ml.grml.org/pipermail/bugs-changes/attachments/20130203/2111f50f/attachment.html>


More information about the Bugs-changes mailing list