November 21, 1996; Robert J. Alexander
This file is in the public domain.
Program to convert text file(s) among various platforms' formats.
The supported text file types are UNIX, MS-DOS, and Macintosh. A
universal input text reading algorithm is used, so only the output
file format must be specified.
The files are either converted in-place by converting to a temporary
file and copying the result back to the original, or are copied to a
separate new file, depending on the command line options. If the
conversion is interrupted, the temporary file might still remain as
<original name>.temp (or, for MS-DOS, <original name root>.tmp.
Source code |
Program Library Page |
Icon Home Page