» 5. Print Settings from the Command Line » Basic Functions » Collate
|
Collate
Collate: To collate the pages when printing a multiple number of pages.
$ lpr [File Name] -o CNCopies=[No. of Copies] -o Collate=[Parameter]
Parameter
Select and enter one of the following.
True
Prints by collating. (123, 123, ...)
False
Prints without collating. (111, 222, ...)
Example
Specifying "Collate", setting the copy count to 3, and printing a file named "sample.ps":
$ lpr sample.ps -o CNCopies=3 -o Collate=True