This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: [ANNOUNCEMENT] Updated [test]: sed-4.4-1
- From: Steven Penny <svnpenn at gmail dot com>
- To: cygwin at cygwin dot com
- Date: Wed, 15 Feb 2017 21:05:05 -0800 (PST)
- Subject: Re: [ANNOUNCEMENT] Updated [test]: sed-4.4-1
- Authentication-results: sourceware.org; auth=none
- References: <5f509f48-5da7-45f8-fc9e-edc8e541724c@redhat.com>
On Mon, 13 Feb 2017 13:15:18, Eric Blake wrote:
> Yes, it means that any existing users that were lazily relying on the
> forced text mode to automatically strip CRs will now have to fix their
> scripts to add a d2u invocation, but I already hit some of that fallout
> when I changed bash to quit forcing text mode.
Just to confirm, this is working well, thanks:
$ printf 'hello world\r\n' | sed '' | od -tcx1
0000000 h e l l o w o r l d \r \n
68 65 6c 6c 6f 20 77 6f 72 6c 64 0d 0a
--
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