yescr.icn: Program to convert UNIX files to DOS format

December 30, 1991; Richard L. Goerwitz
Requires: UNIX or MS-DOS See also: nocr.icn
This file is in the public domain.
  This program simply inserts MS-DOS carriage-return+linefeed
sequences in place of UNIX newlines.  Effects conversion from the
native UNIX text file format to its DOS correspondent.

     usage:  yescr file1 [file2 [etc.]]

Bug:  Doesn't check to see whether the input files are in fact
text files.

Source code | Program Library Page | Icon Home Page