crsp_crlf2lf
crsp_crlf2lf removes carriage returns from files created in Windows so the files can be used on Unix systems.
It is a command line utility, which take two parameters, an input file name,
and the desired output file name. A new file is created. For example, at the command line you would type the following,
crsp_crlf2lf filename1 filename2
where filename1 is the name of the file you are converting, and filename2 is the file that you are creating with the change.