This is the mail archive of the cygwin@sourceware.cygnus.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]

Re: damn ^M s


>Joe Marzot wrote:
>> 
>> I have a tar file which I untar on a win32 machine - do a little
>> editting - then tar it back up and send it back to the unix
>> world. Unfortunately now it is full of ^M s. I checked the tar options
>> and gnuwin32 FAQ but have not found any way to get rid of the damn
>> things.

>Joe look on your unix box for a executable called dos2unix or d_to_u or
>something along those lines  the ^Ms are an effect from editting a file
>on a dos/fat then on a unix box.

>Aaron.

Warning: many people suggest:

    tr -d "\r" (short for TRanslate Delete carriage Returns)

as a way to convert from dos to unix. this only works on *pure* dos text files.
don't do this on a tar file as it may contain binary files within it.

don't do this blindly.


raf
---
Thought for the day:

    "If you had enough pieces of meat,
        you could build your own cow."
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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