Peter’s Soapbox
"I had not always believed that strength could come from brokenness, or that the thread of a divine purpose could be seen in tragedy. But I do now. -- Max Cleland"
How to Print a Man Page
September 14, 2007 on 3:50 pm | In ManPageMinute, Techspeak | Comments OffIf you want to print a man page, it’s this simple:
man ls | col -b | lp
If you just want to instead save the man page to a file, so you could email it or post it to a web site, just leave out the trailing | lp, as in
man ls | col -b > ls-man.txt
This will save the man page for the ls command without any formatting, to a file named ls-man.txt.
No Comments yet
Sorry, the comment form is closed at this time.
Powered by WordPress with Pool theme design by Borja Fernandez.
Entries and comments feeds.
Valid XHTML and CSS. ^Top^