This is the mail archive of the cygwin@cygwin.com 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: cygwin 1.3.12 problem with using pipes


On Wed, Jul 24, 2002 at 07:06:00PM +0200, Bernd Walther wrote:
>Hello,
>
>i see on http://sources.redhat.com/ml/cygwin-announce/2002-07/msg00002.html
>    ...
>    - Fix binmode/textmode problems with ssh and other programs which use
>pipes. (Christopher Faylor)
>    ...
>
>but there are some more problems, please look to my simple bash-script
>        uname -a
>        echo abc >| tmp1
>        echo abc >> tmp1
>        od -t x1 tmp1
>                   gawk '{print length,$0}' tmp1         | od -t x1
>        cat tmp1 | gawk '{print length,$0}'              | od -t x1
>                   gawk '{print length,$0}' tmp1 >| tmp2 ; od -t x1 tmp2
>        cat tmp1 | gawk '{print length,$0}'      >| tmp2 ; od -t x1 tmp2

I believe that gawk is linked with 'automode.o'.  So, it will translate
\r\n input into \n output.

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/


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