On Aug 14, 2008, at 7:08 PM, Thomas Kern wrote:

When CMS HELP first came out, the group I was with built a process to format and print all of the Help files into our own books. It would be nice if there was a process to format and print all of the MAN pages that are resident on an arbitrary linux system (z or x86).

for i in $(find /usr/share/man/man*) -name \*gz; do
    gzip -dc $i | nroff | lpr
done

No, don't actually do this.

You will be sorry.

Adam

Reply via email to