How to print from unix
======================


Select your printer:
  genoffice2-ps           florita's printer
  genoffice-ps            2nd floor mac lab
  acrc-hp8100-ps          acrc new printer


Check the queue on the printer
------------------------------
lpq -Pprinter_name


To print a postscript file
--------------------------
lpr -Pprinter_name  filename.ps


To cancel a job 
---------------
lprm -Pprinter_name job_number

where job_number is from the lpq you just did ;)

This may not work if lprm is not on the machine.



