Improved "pager" for man pages

Roger Oberholtzer roger
Mon May 17 11:51:08 PDT 2004


On Thu, 14 Aug 2003 09:23:31 -0400
Joel Hammer <Joel at hammershome.com> wrote:

Does this work in one script?

man -t $1 > /tmp/junk$$
[ -a /tmp/junk$$ ] ||  exit
ps2pdf /tmp/junk$$ /tmp/$1
rm /tmp/junk$$
( acroread $1; rm $1) &

-- 
+????????????????????????????+???????????????????????????????+
? Roger Oberholtzer          ?   E-mail: roger at opq.se        ?
? OPQ Systems AB             ?      WWW: http://www.opq.se/  ?
? Erik Dahlbergsgatan 41-43  ?    Phone: Int + 46 8   314223 ?
? 115 34 Stockholm           ?   Mobile: Int + 46 733 621657 ?
? Sweden                     ?      Fax: Int + 46 8   302602 ?
+????????????????????????????+???????????????????????????????+



More information about the Linux-users mailing list