]> git.ipfire.org Git - thirdparty/cups.git/blame - man/lpr.man
To prepare to load cups into easysw/current, perform 4 renames.
[thirdparty/cups.git] / man / lpr.man
CommitLineData
ef416fc2 1.\"
2.\" "$Id: lpr.man 4493 2005-02-18 02:09:53Z mike $"
3.\"
4.\" lpr man page for the Common UNIX Printing System (CUPS).
5.\"
6.\" Copyright 1997-2005 by Easy Software Products.
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.\"
24.TH lpr 1 "Common UNIX Printing System" "16 December 2004" "Easy Software Products"
25.SH NAME
26lpr \- print files
27.SH SYNOPSIS
28.B lpr
29[ -E ] [ \-P
30.I destination
31] [ \-U
32.I username
33] [ \-#
34.I num-copies
35[ \-l ] [ \-o
36.I option
37] [ \-p] [ \-r ] [ \-C/J/T
38.I title
39] [
40.I file(s)
41]
42.SH DESCRIPTION
43\fBlpr\fR submits files for printing. Files named on the command line are sent
44to the named printer (or the system default destination if no destination is
45specified). If no files are listed on the command-line \fBlpr\fR reads the
46print file from the standard input.
47.SH OPTIONS
48The following options are recognized by \fBlpr\fR:
49.TP 5
50\-E
51.br
52Forces encryption when connecting to the server.
53.TP 5
54\-P \fIdestination\fR
55.br
56Prints files to the named printer.
57.TP 5
58\-# \fIcopies\fR
59.br
60Sets the number of copies to print from 1 to 100.
61.TP 5
62\-C \fIname\fR
63.br
64Sets the job name.
65.TP 5
66\-J \fIname\fR
67.br
68Sets the job name.
69.TP 5
70\-T \fIname\fR
71.br
72Sets the job name.
73.TP 5
74\-U \fIusername\fR
75.br
76Sets the user name.
77.TP 5
78\-l
79.br
80Specifies that the print file is already formatted for the destination and
81should be sent without filtering. This option is equivalent to "-oraw".
82.TP 5
83\-o \fIoption\fR
84.br
85Sets a job option.
86.TP 5
87\-p
88.br
89Specifies that the print file should be formatted with a shaded header with
90the date, time, job name, and page number. This option is equivalent to
91"-oprettyprint" and is only useful when printing text files.
92.TP 5
93\-r
94.br
95Specifies that the named print files should be deleted after printing them.
96.SH COMPATIBILITY
97The "c", "d", "f", "g", "i", "m", "n", "t", "v", and "w" options are not
98supported by CUPS and will produce a warning message if used.
99.SH SEE ALSO
100cancel(1), lp(1), lpstat(1),
101CUPS Software Users Manual,
102http://localhost:631/documentation.html
103.SH COPYRIGHT
104Copyright 1993-2005 by Easy Software Products, All Rights Reserved.
105.\"
106.\" End of "$Id: lpr.man 4493 2005-02-18 02:09:53Z mike $".
107.\"