I currently use perl to convert Unix files to windows CRLF.
Unfortunately I need to keep the footprint small and I cannot use perl or any other add-ons such as sed/awk and perl.
It needs to be done with standard bash
Anyone have a standard bash implimentation for converting Unix files to dos/windows CRLF.
Somehow adding the Ascii characters for CRLF didnt work for me.