> How do I convert a dos text file to a unix text file?  (Note: I would
> like to use something that is already on my unix system)

Try GNU recode:  `recode latin1:ibmpc' for Unix->DOS,
`recode ibmpc:latin1' for the other direction. This fixes
both CRLF/LF and diacritical characters. On my system
`dos2unix' and `unix2dos' are shell aliases to the above
commands.

  Stefan

Reply via email to