> Nevertheless: > > > You will find that if you set CYGWIN=nobinmode before executing your > > command.com example od will read in text mode and the \r will be eliminated. > > Or, if you use the echo executable found in the Cygwin/bin directory instead of > > the shell builtin the \r will not be written. > > Nope. If I leave CYGWIN unset, and run the Cygwin echo.exe explicitly: > > d:\users\antony>c:\cygwin\bin\echo.exe hello |od -c > 0000000000 h e l l o \r \n > 0000000007 > Is this because the pipe is being created by command.com and not bash? -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]
- binary mode from non-Cygwin shells? Antony Courtney
- Re: binary mode from non-Cygwin shells... Earnie Boyd
- Re: binary mode from non-Cygwin sh... Antony Courtney
- Re: binary mode from non-Cygwi... Malcolm Boekhoff
- Re: binary mode from non-Cygwin shells... Earnie Boyd
- Re: binary mode from non-Cygwin sh... Larry Hall (RFK Partners, Inc)
- Re: binary mode from non-Cygwi... Antony Courtney
- Re: binary mode from non-C... Larry Hall (RFK Partners, Inc)
- Re: binary mode from non-Cygwin sh... Antony Courtney
- Re: binary mode from non-Cygwin shells... Earnie Boyd
- Re: binary mode from non-Cygwin sh... Christopher Faylor
- Re: binary mode from non-Cygwin shells... Earnie Boyd
- Re: binary mode from non-Cygwin sh... Christopher Faylor