From: xtomasej@fel.cvut.cz (Jan Tomasek)
Subject: Re: Documentation & other questions
4 Oct 1998 01:56:58 -0700
Message-ID: <36166C11.59E9516E.cygnus.gnu-win32@fel.cvut.cz>
References: <360f598d.74592448@neptune>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: Charles Wilson <cwilson@ee.gatech.edu>,
        "gnu-win32@cygnus.com" <gnu-win32@cygnus.com>

> d2u() {
>         for p in $*
>         do
>                 cat $p | tr "\r\n" "\n" > /tmp/$p.tmp
>                 mv /tmp/$p.tmp $p
>         done
> }
Hi,
I'm using similar script as you. You can write 
 ... tr -d "\r" ...

-- 
                            Jan Tomasek,          student FEL-CVUT
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                            e-mail: xtomasej@fel.cvut.cz
                            www: http://www.feld.cvut.cz/~xtomasej
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~H~

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