hi all i have file_1 which contains 66 pages and i want to PRINT only PAGE 1 to 3 i try to write like this : 1. lp -d name_of_printer -P 1-3 file_1 2. lpr -P name_of_printer -o page-ranges=1-3 file_1 this commands does not WORK any IDEAS ?
Did you check the manual? type "man lp" or "man lpr" for syntax. or "lp --HELP"