X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.5 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW
X-Spam-Check-By: sourceware.org
Message-ID: <4F393B4E.4020705@gnu.org>
Date: Mon, 13 Feb 2012 17:33:18 +0100
From: Paolo Bonzini <bonzini@gnu.org>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20120131 Thunderbird/10.0
MIME-Version: 1.0
To: Earnie Boyd <earnie@users.sourceforge.net>
CC: cygwin@cygwin.com, bug-sed@gnu.org
Subject: Re: sed strips CRs
References: <2BF01EB27B56CC478AD6E5A0A28931F203F560E4@A1DAL1SWPES19MB.ams.acs-inc.net> <20120210150708.GA22832@calimero.vinschen.de> <CA+sc5m=UkJRKK9WZCvcfsetSUc_CHkGC-gFZEher3Tg=fK=RkQ@mail.gmail.com> <20120211100600.GA9823@calimero.vinschen.de> <CA+sc5mmnMBjBAqsuUdddEEwE5pgBDiGDkeV-H0WvEyZO08dMNA@mail.gmail.com> <4F391A38.6000505@redhat.com> <4F392012.80101@gnu.org> <20120213145612.GA8858@calimero.vinschen.de> <4F392ABC.1040309@gnu.org> <CA+sc5m=1saftkMfJhJcoKp8ynGsYQ7ZJW+hq1jgSJQmQKobPmg@mail.gmail.com>
In-Reply-To: <CA+sc5m=1saftkMfJhJcoKp8ynGsYQ7ZJW+hq1jgSJQmQKobPmg@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 02/13/2012 04:43 PM, Earnie Boyd wrote:
>> >
>> > By the way, I'm still opening the script file with "rt".  I cannot think of
>> > any case when you would want to keep CRs there.
> The case of
>
> sed -e 's/something/nothing/g' myfile > myfile2
>
> as it works in Cygwin today would mean that in the case of the OP's
> drive settings myfile2 would not contain the CR.  Treating CR as white
> space is the more proper thing to do, IMO.

myfile is not the script file.  The script file is the one that you pass 
to -f.

Using "rt" was introduced in both cases for Cygwin, so regressions on 
other systems shouldn't be a problem.

Paolo

--
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

