Managing print jobs in linux command line

Some useful commands to manage print jobs

lpstat -p -dTo get a list of available printers, along with their status
lpstat -aTo check the status of all connected printers, including job numbers
cancel job-id or lprm job-idTo cancel a print job
lpmove job-id newprinterTo move a print job to new printer

Taken from Introduction to Linux course (LFS101) from Linux Foundation here