| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <3A25251A.ECCAAFE9@apocalypse.org> |
| Date: | Wed, 29 Nov 2000 10:47:38 -0500 |
| From: | Antony Courtney <antony AT apocalypse DOT org> |
| X-Mailer: | Mozilla 4.7 [en] (Win98; U) |
| X-Accept-Language: | en |
| MIME-Version: | 1.0 |
| To: | Earnie Boyd <earnie_boyd AT yahoo DOT com> |
| CC: | cygwin AT sources DOT redhat DOT com |
| Subject: | Re: binary mode from non-Cygwin shells? |
| References: | <20001129153151 DOT 10090 DOT qmail AT web115 DOT yahoomail DOT com> |
Earnie Boyd wrote: > > --- Antony Courtney <antony AT apocalypse DOT org> wrote: > > > > However, if I run the same command from the Windows "Command Prompt" > > (command.com), I see: > > > > d:\users\antony>echo hello |od -c > > 0000000000 h e l l o \r \n > > 0000000010 > > > > which seems to be inconsistent with the User's Guide. The User's Guide > > [...] > > You're confused. Echo is a shell builtin even for command.com. Arrrg. Sorry about that. Actually, my original test used a different program (ssh) that exhibited similar behavior to echo; I was trying to simplify the test to the bare minimum. 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 -antony -- Antony Courtney Grad. Student, Dept. of Computer Science, Yale University antony AT apocalypse DOT org http://www.apocalypse.org/pub/u/antony -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |