Tagged Questions
4
votes
2answers
95 views
How to print (part of) a man page?
The question is: how do you print only part of a man page?
Currently I do zcat manpage.1.gz | vim - and just remove everything I don't want to print. Then I pass that through groff and lpr. Are there ...
4
votes
2answers
233 views
How to control the page parameters (margins, brochurisation) of `man -t` PostScript output?
I want to print several man pages as several booklets. I need to tweak the output of the man -t command so the resulting PostScript file will have the brochurised page numbering, pages must be ...