]> git.ipfire.org Git - thirdparty/cups.git/blame - man/lpr.man
Remove svn:keywords since they cause svn_load_dirs.pl to complain about every file.
[thirdparty/cups.git] / man / lpr.man
CommitLineData
ef416fc2 1.\"
c07d5b2d 2.\" "$Id: lpr.man 177 2006-06-21 00:20:03Z jlovell $"
ef416fc2 3.\"
4.\" lpr man page for the Common UNIX Printing System (CUPS).
5.\"
fa73b229 6.\" Copyright 1997-2006 by Easy Software Products.
ef416fc2 7.\"
8.\" These coded instructions, statements, and computer programs are the
9.\" property of Easy Software Products and are protected by Federal
10.\" copyright law. Distribution and use rights are outlined in the file
11.\" "LICENSE.txt" which should have been included with this file. If this
12.\" file is missing or damaged please contact Easy Software Products
13.\" at:
14.\"
15.\" Attn: CUPS Licensing Information
16.\" Easy Software Products
17.\" 44141 Airport View Drive, Suite 204
18.\" Hollywood, Maryland 20636 USA
19.\"
20.\" Voice: (301) 373-9600
21.\" EMail: cups-info@cups.org
22.\" WWW: http://www.cups.org
23.\"
bd7854cb 24.TH lpr 1 "Common UNIX Printing System" "12 February 2006" "Easy Software Products"
ef416fc2 25.SH NAME
26lpr \- print files
27.SH SYNOPSIS
28.B lpr
fa73b229 29[ -E ] [ -H
bd7854cb 30.I server[:port]
31] [ -U
ef416fc2 32.I username
bd7854cb 33] [ -P
34.I destination[/instance]
35] [ -#
ef416fc2 36.I num-copies
bd7854cb 37[ -h ] [ -l ] [ -m ] [ -o
38.I option[=value]
39] [ -p] [ -q ] [ -r ] [ -C/J/T
ef416fc2 40.I title
41] [
42.I file(s)
43]
44.SH DESCRIPTION
bd7854cb 45\fIlpr\fR submits files for printing. Files named on the command
46line are sent to the named printer (or the system default
47destination if no destination is specified). If no files are
48listed on the command-line, \fIlpr\fR reads the print file from
49the standard input.
ef416fc2 50.SH OPTIONS
bd7854cb 51The following options are recognized by \fIlpr\fR:
ef416fc2 52.TP 5
bd7854cb 53-E
ef416fc2 54.br
55Forces encryption when connecting to the server.
56.TP 5
bd7854cb 57-H server[:port]
ef416fc2 58.br
bd7854cb 59Specifies an alternate server.
ef416fc2 60.TP 5
bd7854cb 61-C "name"
62.TP 5
63-J "name"
ef416fc2 64.TP 5
bd7854cb 65-T "name"
ef416fc2 66.br
67Sets the job name.
68.TP 5
bd7854cb 69-P destination[/instance]
ef416fc2 70.br
bd7854cb 71Prints files to the named printer.
ef416fc2 72.TP 5
bd7854cb 73-U username
ef416fc2 74.br
bd7854cb 75Specifies an alternate username.
ef416fc2 76.TP 5
bd7854cb 77-# \fIcopies\fR
ef416fc2 78.br
bd7854cb 79Sets the number of copies to print from 1 to 100.
80.TP 5
81-h
82.br
83Disables banner printing. This option is equivalent to "-o
84job-sheets=none".
ef416fc2 85.TP 5
bd7854cb 86-l
ef416fc2 87.br
bd7854cb 88Specifies that the print file is already formatted for the
89destination and should be sent without filtering. This option is
90equivalent to "-o raw".
ef416fc2 91.TP 5
bd7854cb 92-m
93.br
94Send an email on job completion.
95.TP 5
96-o option[=value]
ef416fc2 97.br
98Sets a job option.
99.TP 5
bd7854cb 100-p
101.br
102Specifies that the print file should be formatted with a shaded
103header with the date, time, job name, and page number. This
104option is equivalent to "-o prettyprint" and is only useful when
105printing text files.
106.TP 5
107-q
ef416fc2 108.br
bd7854cb 109Hold job for printing.
ef416fc2 110.TP 5
bd7854cb 111-r
ef416fc2 112.br
bd7854cb 113Specifies that the named print files should be deleted after
114printing them.
ef416fc2 115.SH COMPATIBILITY
bd7854cb 116The "c", "d", "f", "g", "i", "n", "t", "v", and "w" options
117are not supported by CUPS and produce a warning message if used.
ef416fc2 118.SH SEE ALSO
bd7854cb 119\fIcancel(1)\fR, \fIlp(1)\fR, \fIlpq(1)\fR, \fIlprm(1)\fR,
120\fIlpstat(1)\fR,
fa73b229 121.br
122http://localhost:631/help
ef416fc2 123.SH COPYRIGHT
bd7854cb 124Copyright 1997-2006 by Easy Software Products, All Rights Reserved.
ef416fc2 125.\"
c07d5b2d 126.\" End of "$Id: lpr.man 177 2006-06-21 00:20:03Z jlovell $".
ef416fc2 127.\"