On Thu, 14 Aug 2003 09:23:31 -0400
Joel Hammer <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]        �
� 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 �
+����������������������������+�������������������������������+

_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to