[ANNOUNCEMENT] Updated [test]: sed-4.4-1

Nellis, Kenneth (Conduent) Kenneth.Nellis@conduent.com
Mon Feb 13 14:15:00 GMT 2017


From: Steven Penny  
> Perhaps I am missing something, but cant all that be said about Sed too? I
> just cant see a situation where we are justified changing one and not the
> other. They should either both strip carriage returns or neither.

How about grep?

$ printf 'hello\r\nworld\r\n' | grep hello | od -An -tcx1
   h   e   l   l   o  \n
  68  65  6c  6c  6f  0a
$

Are there others?

(BTW, I support the change.)

--Ken Nellis

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list