![]() |
|
|
|
|
|||||||
| OS X (Apple) OS X is a line of Unix-based graphical operating systems developed, marketed, and sold by Apple. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Print to ps2pdf print queue | Sean_69 | SUN Solaris | 2 | 10-22-2007 08:00 AM |
| Print to a ps2pdf print queue. | Sean_69 | UNIX for Dummies Questions & Answers | 1 | 10-22-2007 07:58 AM |
| Print Problem in UNIX. Need to know the option to specify the print paper size | ukarthik | HP-UX | 1 | 06-07-2007 06:35 AM |
| How do I get awk to print a " in it's print part? | LordJezo | Shell Programming and Scripting | 2 | 06-27-2006 06:16 PM |
| cannot print from an application but, i can print from others? | 75ping6 | UNIX for Dummies Questions & Answers | 1 | 08-02-2004 05:35 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Get print job information
Hi all,
I am on a mac and I am trying to get more information about print jobs i have. "lpq" only displays the document printing, size, and job ID. I need the status (if its on hold or not). Anyway to do that in unix/cups? |
| Forum Sponsor | ||
|
|
|
|||
|
For cups, use your browser:
http://localhost:631 I do not know if the "manage jobs" link will provide you with any additional information to what you are already getting, but... |
|
|||
|
lpstat -W [completed | not-completed] [-o printername]
will display those jobs that are/aren't completed on all, or specified printer queues. so: lpstat -W not-completed -o myprinter lists all incomplete jobs in the printer queue "myprinter". Will that work for your purposes? |
|
|||
|
lpstat -t will list all queues followed by documents in the queues
From what I can tell in my limited test, if the printer is idle but has a job in the queue, then that job is probably on hold? I'm sure there may be other circumstances under which the printer might be idle with a job in the queue, but... |
| Thread Tools | |
| Display Modes | |
|
|