lpr: add page-ranges example (#4966)

translation-badges
aaaawwWWWwwwwWWW 2020-11-26 22:06:38 -03:00 committed by GitHub
parent 7813123d4d
commit 5a7a7de650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -16,13 +16,13 @@
`lpr -P {{printer}} {{path/to/file}}`
- Print double sided in portrait:
- Print either a single page (e.g. 2) or a range of pages (e.g. 216):
`lpr -o sides={{two_sided_long_edge}} {{path/to/file}}`
`lpr -o page-ranges={{2|2-16}} {{path/to/file}}`
- Print double sided in landscape:
- Print double sided either in portrait (long) or in landscape (short):
`lpr -o sides={{two_sided_long_edge}} {{path/to/file}}`
`lpr -o sides={{two_sided_long_edge|two_sided_short_edge}} {{path/to/file}}`
- Set page size (more options may be available depending on setup):