Printing a man page.

James Hunt jamesodhunt at hotmail.com
Thu Aug 25 12:08:52 UTC 2005


On 2005-08-25, Vikram Goyal <vikigoyal at gmail.com> wrote:
> Hello Guys!
>
> How does one prints a man page with a descent looking font.
>
> I printed one man page with this command:
> man  allec | col -b | ul -t dumb | lpr
>
> but the output page was in very small font size. How does one control
> font here?
>
> Thanks
> -- 
> vikram...
>          ||||||||
>          ||||||||
> ^^'''''^^||root||^^^'''''''^^
>         // \\   ))
>        //(( \\// \\
>       // /\\ ||   \\
>      || / )) ((    \\
> -- 
> Seeing is believing.  You wouldn't have seen it if you hadn't believed it.
> -- 
>  O
> ~|~
> =
> Registered Linux User #285795
>

How about converting it to PostScript prior to printing:

  sudo yum -y install enscript
  man  allec | col -b | ul -t dumb |enscript -f "Times-Roman at 10/12"

-- 
James




More information about the fedora-list mailing list