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 typi
On Mon, 23 Jan 2017 11:43:55 -0800
Jim Meyering wrote:
> I've just noticed that fgrep-longest was not listed in Makefile.am's
> lists of tests, so have added it with this:
>
>
> http://git.savannah.gnu.org/cgit/grep.git/commit/?id=b2e0f3f86c6ff948c9b37668af762ea90f06e401
Thanks.