X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Mon, 25 Aug 2008 11:19:23 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: awk -v BINMODE=rw Message-ID: <20080825091923.GW29104@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <200808212334 DOT m7LNYjqb022682 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: <200808212334.m7LNYjqb022682@tigris.pounder.sol.net> User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: 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 Aug 21 18:34, Tom Rodman wrote: > Hello: > > awk is removing the \r below: > > ~ $ date;uname -sr > Thu Aug 21 18:26:08 CDT 2008 > CYGWIN_NT-5.0 1.5.25(0.156/4/2) > ~ $ printf "HI\r\n"| awk -v BINMODE=rw '{print}'|/bin/od -Ad -c -toC > 0000000 H I \n > 110 111 012 > 0000003 > ~ $ cygcheck -f /bin/gawk > gawk-3.1.6-1 I can reproduce it, but it looks like potentially an issue in Cygwin. With 1.5.25 \r\n is always converted to \n, with Cygwin 1.7 \r\n is never converted. I'll have a look this week. 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/