|
|
- lp -d queue_name file_name
- Submits file_name to printer queue queue_name
for printing.(To set a default printer,
define the PRINTER environment variable.)
- lpstat -o queue_name
- Lists jobs that have been submitted to the printer
identified by queue_name.
- lpstat -t
- Lists all print queues.
- cancel request-ID
- Remove the print job identified by request-ID from
the print queue (i.e., cancel the print job). Obtain the ID
from the lpstat command.
|
|