Convert UNIX file format to PC format

Hi All,

Is there any way to convert a file which is in UNIX format to a PC format....
Flip command can be used , apart form this command can we have any other way.... like usinf "awk" etc ..... main purpose of not using flip is that my Kshell doesnot support this comamnd....

A search would have set you right up!

unix2dos

-Enjoy
fh : )_~

The method required to convert unix text files to MSDOS format depends on the unix Operating System, the content of the file, and what you are going to do with the file.

A text file FTP can corrupt data by removing high order bits and expanding tabs. Using "awk" or other data manipulation programs such as "unix2dos" then using binary FTP can be safer.

Btw. On HP-UX the command pair are "ux2dos" and "dos2ux".