how do I cancel all the print jobs all at once? it is SCO-OS6
lpstat -o PrinterName | while read a b; do cancel $a; done
-this command only cancel 1 jobs and hung up. I don't know how to insert the sleep command in the loop as suggested in prior post.
# lpstat -o SRHP | while read a b; do cancel $a; done
request "SRHP-582992" canceled
lpstat -o PrinterName | while read a b; do cancel $a; done
-this command only cancel 1 jobs and hung up. I don't know how to insert the sleep command in the loop as suggested in prior post.
# lpstat -o SRHP | while read a b; do cancel $a; done
request "SRHP-582992" canceled