1. Home
  2. Computing & Technology
  3. Linux
Linux / Unix Command: lpr
Command Library

NAME

lpr - print files  

SYNOPSIS

lpr [ -E ] [ -P destination ] [ -# num-copies [ -l ] [ -o option ] [ -p] [ -r ] [ -C/J/T title ] [ file(s) ]  

DESCRIPTION

lpr submits files for printing. Files named on the command line are sent to the named printer (or the system default destination if no destination is specified). If no files are listed on the command-line lpr reads the print file from the standard input.  

OPTIONS

The following options are recognized by lpr:
-E

Forces encryption when connecting to the server.
-P destination

Prints files to the named printer.
-# copies

Sets the number of copies to print from 1 to 100.
-C name

Sets the job name.
-J name

Sets the job name.
-T name

Sets the job name.
-l

Specifies that the print file is already formatted for the destination and should be sent without filtering. This option is equivalent to "-oraw".
-o option

Sets a job option.
-p

Specifies that the print file should be formatted with a shaded header with the date, time, job name, and page number. This option is equivalent to "-oprettyprint" and is only useful when printing text files.
-r

Specifies that the named print files should be deleted after printing them.
 

SEE ALSO

cancel(1), lp(1), lpstat(1), CUPS Software Users Manual  

Important: Use the man command (% man) to see how a command is used on your particular computer.

>> Linux/Unix Command Library

>> Shell Command Library

Explore Linux
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Linux

©2009 About.com, a part of The New York Times Company.

All rights reserved.