On 2005-08-25, Vikram Goyal <vikigoyal@xxxxxxxxx> 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@10/12" -- James