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.
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.
