grep 3.0-2 not stripping CRs on Windows

2018-12-17 Thread Ondřej Surý
1 OK perl-Crypt-OpenSSL-DSA0.19-2 OK perl-Crypt-OpenSSL-Random 0.15-1 OK perl-Crypt-OpenSSL-RSA0.31-1 OK perl-Digest-HMAC 1.03-6 OK perl-Error0.17027-1 OK perl-Net-DNS 1.19-1

Re: grep 3.0-2 not stripping CRs on Windows

2018-12-17 Thread Ondřej Surý
foo\r\n' | grep -a 'foo$' foo $ And it also it contradicts from the documentation (manpage) bundled with the version. I think it’s reasonable to classify this as a bug. Ondrej -- Ondřej Surý ond...@isc.org -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: grep 3.0-2 not stripping CRs on Windows

2018-12-17 Thread Ondřej Surý
to every grep command reading text output, because the default has changed. Sed doesn’t have --text option, so sure, there’s no other option available. Thanks, Ondrej -- Ondřej Surý ond...@isc.org > On 17 Dec 2018, at 13:04, Soegtrop, Michael > wrote: > > Dear Ondrej, > > t