How to Convert an EZ Document to ASCII


To convert an EZ file to an ascii file with no formatting, you can use the ez2ascii command. It will remove all of ez's formatting codes, such as bold, italics, etc, and will try to mimic some formatting features, such as centered text.

If you have a file called mypaper.ez that you want converted, just type:

ez2ascii mypaper.ez mypaper.ascii
at the athena% prompt, and it will make a file called mypaper.ascii that will be stripped of the formatting.

For more information, type:

ahelp ez2ascii