Multiple copy printing

You can print multiple copies of a file with the enq -N command.

The enq -N command prints extra copies of a file. For example, to print five copies of a file filename, enter this command:

enq -N5 filename

The enq command passes the information to the qdaemon process, which puts it into the status file. Backends should get the information by calling the get_copies routine, which returns the total number of copies requested. See Back-end routines in libqb for more information.