Print the output of a command to the default printer (see `lpstat` command)
Print a file to the default printer
Print a file to a named printer (see `lpstat` command)
lp -d printer_name path/to/filePrint `n` copies of a file to the default printer
Print only certain pages to the default printer (print pages 1, 3-5, and 16)
lp -P 1,3-5,16 path/to/file