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:
parent
f36c745018
commit
435b31ba36
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue