How to print exercises with a2ps

Here is a suitable command for printing exercises:
Unix> a2ps --line-numbers=1 -4 -o outputfile.ps *.py
This prints all *.py files, with 4 (because of -4) pages per sheet
See man a2ps for more info about this command

previousnexttable of contents