File: foomatic-printjob.1.in

package info (click to toggle)
foomatic-db-engine 4.0.13-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,176 kB
  • sloc: perl: 12,170; ansic: 6,958; python: 1,139; makefile: 248; sh: 215; xml: 83
file content (100 lines) | stat: -rw-r--r-- 2,716 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
.\" This -*- nroff -*- source file is part of foomatic.
.\"
.TH FOOMATIC-PRINTJOB 1 "2001-01-06" "Foomatic Project"
.SH NAME
foomatic-printjob \- manage printer jobs in a spooler-independent fashion
.SH SYNOPSIS
.B foomatic-printjob [ -s spooler ] [ -P queuename ] 
.B [ -o option1=value1 -o option2 ... ] [ -i ] 
.B [ file1 file2 ... ]

.B foomatic-printjob -Q [ -s spooler ] [ -P queuename ] [ -i ] [ -a ]
.B [ user1 user2 ... ]

.B foomatic-printjob -R [ -s spooler ] [ -P queuename ] [ -i ] 
.B [ \- | jobid1 jobid2 ... ]

.B foomatic-printjob -C [ -s spooler ] [ -i ] command [ arguments ]

.B foomatic-printjob -S [ -s spooler ] [ -i ]

.B foomatic-printjob -h [ -s spooler ] [ -P queuename ] [ -i ]

.SH DESCRIPTION
.B foomatic-printjob
provides a spooler-independent interface to creating and managing
printer jobs and print queues.  Note that the first argument changes
the mode of the command, as it combines the functionality of several
System V-style printing commands.

.SS OPTIONS
.TP 10
.BI \-s spooler
Explicit spooler type.

.TP 10
.BI \-P queuename
Any commands specified should apply to this queue instead of the default.

.TP 10
.BI \-o option=value
Set option to value

.TP 10
.BI \-o option
Set the switch option

.TP 10
.BI \-# n
Print n copies

.TP 10
.BI file1\ \ file2\ \ ...
Files to be printed, when no file is given, standard input will be printed

.TP 10
.BI \-Q
Query the jobs in a queue.  If a list of users is specified, only
those users' jobs will be queried.

.TP 10
.BI \-Q\ \-a
Query the jobs in all queues.  If a list of users is specified, only
those users' jobs will be queried.

.TP 10
.BI \-R\ [\ \-\ |\ jobid1\ jobid2\ ...\ ]
Remove a job from a queue.  Using \fI-\fR will remove all jobs.

.TP 10
.BI \-C\ command\ [\ arguments\ ]
Execute control commands for queue/job manipulation.  The commands are
the ones of the BSD "lpc" utility. Use the control command "help" to
get a list of supported commands. Note: the amount of commands varies
with the spooler, but the same commands given under different spoolers
do the same thing.

.TP 10
.BI \-i
Interactive mode: You will be asked if foomatic-printjob is in doubt
about something. Otherwise foomatic-printjob uses auto-detection or
quits with an error.

.TP 10
.BI \-S
Save the chosen spooler as the default spooler

.TP 10
.BI \-h
Show this message or show a list of available options if a queue is specified

.SH SEE ALSO
foomatic-configure(1) and the documentation for your print spooler.

.SH AUTHOR
Manfred Wassmann <\fImanolo@NCC-1701.B.Shuttle.de\fR> and Chris
Lawrence <\fIlawrencc@debian.org\fR> for the foomatic project using
output from the associated binary.

.SH BUGS
This manpage still needs some editing.