home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!noiro.acs.uci.edu!news.service.uci.edu!hardy
- From: hardy@golem.ps.uci.edu (Meinhard E. Mayer (Hardy))
- Subject: Re: Need 'xwd' -> PostScript
- Nntp-Posting-Host: golem.ps.uci.edu
- Message-ID: <HARDY.92Aug13001726@golem.ps.uci.edu>
- In-reply-to: hebert@isvax.lmsc.lockheed.com's message of 13 Aug 92 02:01:16 GMT
- Newsgroups: comp.sys.hp
- Organization: Department of Physics, UC Irvine, CA 92717-4575, USA
- Lines: 21
- References: <1992Aug12.190118.1@isvax.lmsc.lockheed.com>
- Date: 13 Aug 92 07:17:57 GMT
-
- Here is an old script which does the job for me (called, what else,
- xprps):
-
- #! /bin/csh
- xwd > ~/tmp/xl$$.wd
- echo xwd finished
- xpr -device ps ~/tmp/xl$$.wd > ~/tmp/xl$$.ps
- echo xpr finished
- /bin/rm ~/tmp/xl$$.wd
- lp -dps ~/tmp/xl$$.ps
- /bin/rm ~/tmp/xl$$.ps
- echo done
-
-
-
- --
- Hardy
- -----
- Meinhard E. Mayer, Department of Physics, UC Irvine
- e-mail: hardy@golem.ps.uci.edu (preferred) or MMAYER@UCI.BITNET
-
-