This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: awk -v BINMODE=rw


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]