nocr.icn: Program to convert MS-DOS text files to UNIX

December 30, 1991; Richard L. Goerwitz
Requires: UNIX or MS-DOS See also: yescr.icn
This file is in the public domain.
  This program simply converts \r\n to \n in each line of each of the
files supplied as command-line arguments, thereby effecting conversion
of MS-DOS format text files to the corresponding UNIX format.

     usage:  nocr file1 [file2 [etc.]]

  No check done to see whether the file is in fact a text file.

Source code | Program Library Page | Icon Home Page