X-Spam-Check-By: sourceware.org Date: Sun, 5 Feb 2006 15:00:52 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: sed Message-ID: <20060205140052.GS15572@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20060204175814 DOT GA50356 AT uosis DOT mif DOT vu DOT lt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060204175814.GA50356@uosis.mif.vu.lt> User-Agent: Mutt/1.4.2i Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Feb 4 19:58, Rokas Masiulis wrote: > Hi, > > i can't force to work sed in true binary mode: > > this is test case: > > $ echo -en '\r\n' | sed -e '' | od -t x1 > 0000000 0a > 0000001 > > but expected result is: > $ echo -en '\r\n' | od -t x1 > 0000000 0d 0a > 0000002 I've uploaded a new sed release 4.1.5-1, which also fixes the above problem. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/