Text File Converter
-------------------
Program name : tcon
Usage : tcon [-u|d] <input file>
Tcon reads an ASCII text file and converts all carriage-return linefeeds
to linefeeds by default or with the -u obtion. The -d obtion converts all
linefeeds to carriage-return linefeeds. This is useful in converting
DOS/Windows style text files to UNIX style text files and vice-versa.
--