How to use the ENSCRIPT command

You can use this procedure to format a text file (.txt) into a post script file (.ps) file



To create a post script formatted file, use:

enscript -2Gr -p temp.ps textFileName

To print the post script file:

lpr -Picl2 temp.ps

Don't forget to delete the temporary post script file:

rm temp.ps