% enscript -G stuff.txt
Fancy ("Gaudy") headers
% enscript -2r stuff.txt
Two-up printing -- two pages side-by-side on each page of paper
% enscript -2Gr stuff.txt
Two-up with fancy headers
% enscript -P otherps stuff.txt
Print to the otherps printer instead of the default
% enscript -d otherps stuff.txt
Ditto
% enscript -i 4 stuff.txt
Indent every line four spaces
% enscript --pretty-print=cpp Object.cc
Pretty print C++ source code
% enscript -E doit.pl
Pretty print doit.pl (and automagically figure out that it's Perl from the .pl suffix)