cfunix2dos.exe Utility

You can use the cfunix2dos.exe utility to convert a file from UNIX format to DOS format.

Use the cfunix2dos.exe utility to add line a feed character (^M) to the end of each line of a UNIX format file. As a result, you can send the file to Windows in binary format.

When using the ./cfunix2dos.exe utility, the format is:

./cfunix2dos.exe filename

Example of cfunix2dos.exe Utility

See the following example of the utility in use and the output:
./cfunix2dos.exe /usr/tmp/file.txt
   cfunix2dos complete for file ==> /usr/tmp/file.txt
   Input  bytes=3074
   Output bytes=3131