SESSION 11		PRINTING FILES


1.To print the file `filename' on the default printer (you will need to ask 
which printer this is), type

			lp  filename


2. To print the file `filename' on any other printer, you will first need to 
identify it by name. Suppose such a printer is called `dest' (destination 
printer) type

			lp  -Pdest  filename


3. If your file appears to take a long time to print, you may type 

			lpq -Pdest 

This will list in order all the files in the queue for the printer `dest'
and give a jobnumber for each file.

If you wish to cancel a print job, you may type

			lprm -Pdest jobnumber


END OF SESSION 11					file: print11
