Pages

Monday, August 13, 2012

Printing on the network

lpstat -a : Lists all available printers
lpr -P <printer_name> <file_name> : Print file
lpq -P <printer_name> : See printer queue
lprm : To cancel a print job
enscript -P <printer_name> -2rhC -f Courier7 <file_name> : Good layout for printing source code

No comments:

Post a Comment