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

Control Printer Jobs - lpmove Command | Online Free DevTools by Hexmos

Control printer jobs with lpmove. Move print jobs between printers, manage print queues, and troubleshoot printing issues. Free online tool, no registration required.

lpmove

Move a job or all jobs to another printer. See also: cancel, lp, lpr, lprm. More information: https://openprinting.github.io/cups/doc/man-lpmove.html.

  • Move a specific job to new_printer:

lpmove {{job_id}} {{new_printer}}

  • Move a job from old_printer to new_printer:

lpmove {{old_printer}}-{{job_id}} {{new_printer}}

  • Move all jobs from old_printer to new_printer:

lpmove {{old_printer}} {{new_printer}}

  • Move a specific job to new_printer on a specific server:

lpmove -h {{server}} {{job_id}} {{new_printer}}

See Also