In Unix, how do I get a printed copy of a manual page?
Note: In the examples below, replace
command with the name of the Unix command for
which you would like the man page, and printer
with the name of the printer to which you are printing.
In Unix, if you want to print a manual page to your local
printer, at the prompt, enter:
man command | col -bx | ansiprt
If you do not have ansiprt on your system, see the
Knowledge Base document In Unix, how do I print a file to my local printer?
If you are using a BSD system to send the manual page to a networked printer, at the prompt, enter: man command | lpr -Pprinter On System V systems, enter: man command | lp -dprinter
At Indiana University, to get support for personal or departmental Linux or Unix systems, see At IU, how do I get support for Linux or Unix?
Also see:
- Unix printing using enscript, dvips, and psduplex
- In Unix, how do I print a file to my local printer?
- In Unix, how do I convert a manual page into a simple text file?
- In Unix, how do I print files and list or remove print jobs?
- In Unix, what is the man command, and how do I use it to read manual pages?
- Introduction to Unix commands
- In Elm, how can I print messages to my local printer like Pine can?
Last modified on August 22, 2008.






