How can I convert a UniBasic text file into a Windows text file?
The sample shell script below converts a UniBasic text file into a Windows text file. Make sure that the script is executable and you pass the name of file you want to convert. The UniBasic text file should not contain any mnemonic characters. Note: ^M in the script below is the carriage return character which may be entered in vi as control-v followed by carriage return.