1
Cancelling a print job from the Linux command line
I’m trying to cancel a print job in Linux from within an interface script, but I’m not having much luck. My aim is to move the job to another printer by “lp”ing the job to another device, then cancel the primary print job. Here is my modest script: job="$1" user="$2" title="$3" numcopies="$4" options="$5" filename="$6" countme=0 [...]
Answer Question
| April 7, 2010 2:23 PM
CUPS, Linux, Printing from Linux, Red Hat Enterprise Linux
I’m trying to cancel a print job in Linux from within an interface script, but I’m not having much luck. My aim is to move the job to another printer by “lp”ing the job to another device, then cancel the primary print job. Here is my modest script: job="$1" user="$2" title="$3" numcopies="$4" options="$5" filename="$6" countme=0 [...]
1





