Print Readable Man Pages
- By devnet
- 14 November, 2007
- 3 Comments
Ever wonder how you can get a man page in into a format you can read and print? There’s many methods of doing it (copy and paste is one) but one the easiest I’ve found is:
man command | col -x -b > command.txt
Where command is the Linux command man page you want to print/view. From there, open up command.txt in your favorite gui text editor (gedit, kate) and you have a readable format that could be printed quite easily for reference.
This content is published under the Attribution-Noncommercial-Share Alike 3.0 Unported license.
-
http://mamelonsetigero.wordpress.com ChrisC
-
http://linux-blog.org devnet
-
http://linuxbraindump.org Hieronymus
Copyright © 2013