Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 23 Jan 2002 12:45:09 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: possible sed bug? (\r at EOL stripped in pipe [no file involved]) Message-ID: <20020123174509.GF6765@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <200201231543 DOT JAA08779 AT tigris DOT pounder DOT sol DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200201231543.JAA08779@tigris.pounder.sol.net> User-Agent: Mutt/1.3.23.1i On Wed, Jan 23, 2002 at 09:43:10AM -0600, Tom Rodman wrote: >The sed that I downloaded w/1.3.6 seems to strip the carriage return at >EOL - nothing to do w/mount points; it is doing this in a pipe (no file >involved). sed is a text utility, so it considers \r\n on input to be equivalent to \n. Although, I find it odd that this message comes directly after another message which apparently reporting the opposite... cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/