delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1998/10/30/19:49:31

From: lhall AT rfk DOT com (Larry Hall)
Subject: Re: When is \n converted to \r\n? and why?
30 Oct 1998 19:49:31 -0800 :
Message-ID: <3.0.5.32.19981029165927.00ab4390.cygnus.gnu-win32@pop.ma.ultranet.com>
References: <Pine DOT GSO DOT 3 DOT 96 DOT 981028153437 DOT 966D-100000 AT fungus>
Mime-Version: 1.0
To: Urban Widmark <urban AT svenskatest DOT se>, gnu-win32 AT cygnus DOT com

At 04:18 PM 10/28/98 +0100, Urban Widmark wrote:
>(using cygwin32 19.3 & 19.1?)
>
>If I create a small example file:
>
>$ echo a > xx
>$ ls -l xx
>-rw-r--r--   1 544      everyone        3 Oct 28 15:43 xx
>
>it will contain "a\r\n" since I use the default (non-binary mounts)
>
>But if I do:
>$ echo a | wc -c
>      2
>
>I get only 2 chars ... ok, so the translation is done when writing to
>disk. Then something like this will fail:
>
>$ echo a | tr -d '\r' > yy
>$ ls -l yy
>-rw-r--r--   1 544      everyone        3 Oct 28 15:48 yy
>
>So how am I supposed to remove the \r from the echo output?  Well, I know
>non-cygwin ways to remove the \r, the issue is if this is a tr bug, a
>cygwin conversion bug or ...

Nope.  Its not a tr or any other kind of bug.  You said it yourself above.
Translation is done when writing to (and reading from) the disk.  How can
tr be expected to remove something that doesn't exist.  Remember, text/
binary modes have to do with how things are written to files on the disk,
not how they are handled in stdin, stdout, pipes, and whatever.


Larry
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019