[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Linuxification of DOS text files



"V. T. Jones" <tjones@on-net.net> writes:

> What is the program to run to convert DOS text files to Linux text files,
> and vice versa.  I.e., replace 0D 0A with 0A.

  tr -d '\r'

If you also want to convert between CP437 and Latin-1, try "recode".



Reply to: