Is there an equivalant of dos2unix in 6.2?

I need to convert some files from dos formatting to unix (remove ^M). Is there a app included that does this, or will I have to make?
thanks,
CP

the equivalent utility is “textto”. For info how to use it type: “use textto”
Example:
“textto -l my_dos_file” converts DOS->QNX(UNIX)

           "textto -c my_qnx_file" converts QNX ---> DOS