Eli Zaretskii wrote: > > with a line ending of <CR><LF>, which is why > > grep 't/infodir/file1.info$' > > fails. > > I guess Grep that I have (from MSYS) is more tolerant to Windows-style > CRLF end-of-line format, because it succeeds in that case.
Apparently so, yes. I use the 'grep' from Cygwin, namely GNU grep 3.0, which is supposed to be POSIX compliant: no special handling of '\r\n'. Bruno
