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>.
Install
- All systems
-
curl cmd.cat/lpmove.sh
- Debian
-
apt-get install cups-client
- Ubuntu
-
apt-get install cups-client
- Alpine
-
apk add cups
- Arch Linux
-
pacman -S cups
- Kali Linux
-
apt-get install cups-client
- Fedora
-
dnf install cups-1
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cups-client
- Raspbian
-
apt-get install cups-client
- Dockerfile
- dockerfile.run/lpmove
- Docker
-
docker run cmd.cat/lpmove lpmove
powered by Commando
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
© tl;dr; authors and contributors