1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 11:06:00 +02:00

lp: add resume a job example (#3176)

This commit is contained in:
Jonathan C. Dietrich 2019-07-07 09:12:37 -04:00 committed by Starbeamrainbowlabs
parent f36c745018
commit 435b31ba36

View file

@ -21,3 +21,7 @@
- Print only certain pages to the default printer (print pages 1, 3-5, and 16):
`lp -P 1,3-5,16 {{path/to/filename}}`
- Resume printing a job:
`lp -i {{job_id}} -H resume`