home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / admin / 4918 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.4 KB

  1. Path: sparky!uunet!pipex!unipalm!uknet!doc.ic.ac.uk!cc.ic.ac.uk!carrion.cc.ic.ac.uk!vulture
  2. From: vulture@carrion.cc.ic.ac.uk (Thomas Sippel - Dau)
  3. Newsgroups: comp.unix.admin
  4. Subject: Re: AT&T & BSD shared printing, how?
  5. Message-ID: <1992Sep4.101047.24680@cc.ic.ac.uk>
  6. Date: 4 Sep 92 09:10:46 GMT
  7. References: <DEAN.92Sep3131223@world.std.com>
  8. Reply-To: cmaae47@cc.ic.ac.uk
  9. Distribution: comp
  10. Organization: Imperial College of Science, Technology and Medicine
  11. Lines: 20
  12. Nntp-Posting-Host: cscgc
  13.  
  14. In article <DEAN.92Sep3131223@world.std.com>, dean@world.std.com (Dean S Banfield) writes:
  15.  
  16.  -- At our site we have a BSD style lp with lots of printers and an orphan AT&T
  17.  -- (SCO) box without any printers.  How can my SCO get access to the many queues
  18.  -- that the BSD guy controls?
  19.  
  20. Set up a shell function or script that emits:
  21.  
  22. cat name-of-file-to-print | rsh some-bsd-machine -l some-user lpr -P some-printer
  23.  
  24. If it is written well enough, you can even call it lpr and nobody will notice.
  25. lpq, however, is somewhat more tricky.
  26.  
  27.                                         Thomas
  28. -- 
  29. *** This is the operative statement, all previous statements are inoperative.
  30. *   email: cmaae47 @ cc.ic.ac.uk (Thomas Sippel - Dau) (uk.ac.ic.cc on Janet)
  31. *   voice: +44 71 589 5111 x4937 or 4934 (day), or +44 71 823 9497 (fax)
  32. *   snail: Imperial College of Science, Technology and Medicine
  33. *   The Center for Computing Services, Kensington SW7 2BX, Great Britain
  34.