CONTENTS | INDEX | PREV | NEXT

To convert an MS-DOS file to Unix/AmigaDOS format (a carriage return and
line-feed combination must become a RETURN, and a CTRL_Z character should
not terminate the file), the following command sequence should be executed:

h s CR LF ESC u0
h s RETURN ESC , q0 ;cEQ <
   h r CR LF ESC RETURN ESC SPACE ESC
   z-1 j
   a , 26 ;cEQ < d >
>

The Windows-version has the requisite setting built into the CTRL_X-
command, which is of course the preferred method there.