a2ps is a unix tool that ease the formatting of text files before printing.
a2ps inputfile -o output.ps |
Print code that span over more than 80 columns. You will need to decrease the font size (-f 7), use only one columns, in portrait (-r)
a2ps -f 7 -r --columns=1 inputfile -o output.ps |
Please follow and like us: