lpr
Verified for current stable LTS
Lpr Command: Print Multiple Pages Per Sheet
Use for print multiple pages per sheet with Lpr. Exact CLI syntax to print multiple pages per sheet using Lpr.
When to use this: Use for print multiple pages per sheet with Lpr.
Command Syntax
lpr -o number-up=<2|4|6|9|16> <path/to/file> lpr -o number-up=<2|4|6|9|16> <path/to/file> Command Breakdown
-o- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to print multiple pages per sheet using Lpr.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Lpr Command: Print Double Sided
lpr -o sides=<two-sided-long-edge|two-sided-short-edge> <path/to/file> Lpr Command: Print File Default Printer lpr <path/to/file> Lpr Command: Print Multiple Copies lpr -# <2> <path/to/file> Lpr Command: Print Specific Page Or Range lpr -o page-ranges=<2|2-16> <path/to/file> Lpr Command: Print To Named Printer lpr -P <printer> <path/to/file>