I am working with CUPS and trying to wrap some job monitoring around it. Is there any way for me to get the job number when I use the lpr to submit the job?

Alternatively, is there any other tool that will show me the list of jobs that are printed and give me the file name submitted for that job?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

You should use "lp" instead of "lpr". "lp" will return a JOB ID after job submission. lp -d printername instead of lpr -P printername

[root@server ~]# lp -d office /etc/ntp.conf 
request id is office-5330836 (1 file(s))
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.