Re: Printing Man Pages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Dec 01, 2003 at 06:52:57PM -0500, Michael Fratoni wrote:
> 
> But better formatted output can be obtained with:
> man -t <some man page> | lpr

Or man man2html, which can run from command line or as a cgi:

#!/bin/bash
zcat /usr/share/man/man1/$1 |man2html

or somesuch. Then access as http://localhost/cgi-bin?ls.1.gz, or
whatever. Or make better script to flesh out the path. IIRC, the
man2html man page has more/better info.

-- 
Hal Burgiss
 


-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux