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.