home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / hp / 9229 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  923 b 

  1. Path: sparky!uunet!usc!noiro.acs.uci.edu!news.service.uci.edu!hardy
  2. From: hardy@golem.ps.uci.edu (Meinhard E. Mayer (Hardy))
  3. Subject: Re: Need 'xwd' -> PostScript
  4. Nntp-Posting-Host: golem.ps.uci.edu
  5. Message-ID: <HARDY.92Aug13001726@golem.ps.uci.edu>
  6. In-reply-to: hebert@isvax.lmsc.lockheed.com's message of 13 Aug 92 02:01:16 GMT
  7. Newsgroups: comp.sys.hp
  8. Organization: Department of Physics, UC Irvine, CA 92717-4575, USA
  9. Lines: 21
  10. References: <1992Aug12.190118.1@isvax.lmsc.lockheed.com>
  11. Date: 13 Aug 92 07:17:57 GMT
  12.  
  13. Here is an old script which does the job for me (called, what else,
  14. xprps):
  15.  
  16. #! /bin/csh
  17. xwd > ~/tmp/xl$$.wd
  18. echo xwd finished
  19. xpr -device ps ~/tmp/xl$$.wd > ~/tmp/xl$$.ps
  20. echo xpr finished
  21. /bin/rm ~/tmp/xl$$.wd
  22. lp -dps ~/tmp/xl$$.ps
  23. /bin/rm ~/tmp/xl$$.ps
  24. echo done
  25.  
  26.  
  27.  
  28. --
  29. Hardy 
  30. -----
  31. Meinhard E. Mayer,  Department of Physics, UC Irvine 
  32. e-mail: hardy@golem.ps.uci.edu (preferred) or MMAYER@UCI.BITNET
  33.  
  34.