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

Note that this also doesn't include the GNU binutils documentation or
any of the stuff that is in 'info' format. 

If you want PDF, substitute 'ps2pdf -o $i' for 'lpr'. 

> > No, don't actually do this.
> > You will be sorry.

I concur, especially if you have emacs installed. That one item is 892
pages. 

-- db

Reply via email to