Friday, January 07, 2005

UNIX Answer: Printing UNIX man Pages: "How can I print some UNIX manual pages using the lpr command?

How do I get access to man pages so that I can have them in PostScript format?

To print man pages, use the command line:

man commandname | col -b | ul -t dumb | lpr -Pprinter"

No comments: