bug-grep
[Top][All Lists]
Advanced

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

bug#25513: closed (Re: bug#25513: Issue grepping lines ending with CRLF


From: Eric Hoffman
Subject: bug#25513: closed (Re: bug#25513: Issue grepping lines ending with CRLF with --color=auto.)
Date: Tue, 24 Jan 2017 12:29:26 +0000

That was something I suspected.  On my system, I taught it was doing the same 
with 'grep' alone too, but it turned out my default .bashrc setup an alias for 
'bash' to ass '--color=auto'.  I do get the same issue if I type...

$ printf 'line%s\r\n' 1 2 3 | grep .

...because of the alias, buy typing...

$printf 'line%s\r\n' 1 2 3 | /bin/grep .

...does not cause issue.

Indeed, it does not cause an issue in a script, as the text is sent through the 
pipe without color rendering.

So, I was wondering if it was grep or not.

Regards,
Eric


reply via email to

[Prev in Thread] Current Thread [Next in Thread]