To resume a job from command line I can call lpq which gives me the job number for example 211 and then lp -i 211 -H resume.
However is there a way
- to resume the last job without figuring out its job id first
- to resume just all holded jobs with one command