logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lpmove - move a job or all jobs to a new destination

Description

lpmove  moves  the  specified job or all jobs from source to destination. job can be the job ID number or
       the old destination and job ID.

Examples

       Move job 123 from "oldprinter" to "newprinter":

           lpmove 123 newprinter

                   or

           lpmove oldprinter-123 newprinter

       Move all jobs from "oldprinter" to "newprinter":

           lpmove oldprinter newprinter

Name

       lpmove - move a job or all jobs to a new destination

Options

       The lpmove command supports the following options:

       -E   Forces encryption when connecting to the server.

       -Uusername
            Specifies an alternate username.

       -hserver[:port]
            Specifies an alternate server.  Note: This option must occur before all others.

See Also

cancel(1), lp(1), lpr(1), lprm(1),
       CUPS Online Help (http://localhost:631/help)

Synopsis

lpmove [ -hserver[:port] ] [ -E ] [ -Uusername ] jobdestinationlpmove [ -hserver[:port] ] [ -E ] [ -Uusername ] sourcedestination

See Also