summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-leap-15-6/man1/uulog.1
blob: f4446dc72a7c93a2f4ca7a0b8566b86479a3a0d0 (plain)
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
.TH uulog 1 "Taylor UUCP 1.07"
.\"  manual page source format generated by PolyglotMan v3.0.8+X.Org,
.\"  available at http://polyglotman.sourceforge.net/
.SH NAME
uulog \- display the UUCP log file.
.SH SYNOPSIS
.B uulog
.RI [ \-#]
.RI [ \-n\ lines ]
.RI [ \-sf\ system ]
.RI [ \-u\ user ]
.RI [ \-DSF ]
.RI [ \-\-lines\ lines ]
.RI [ \-\-system\ system ]
.RI [ \-\-user\ user ]
.RI [ \-\-debuglog ]
.RI [ \-\-statslog ]
.RI [ \-\-follow ]
.RI [ \-\-follow=system ]
.SH DESCRIPTION
The \fBuulog\fR program may be used to display the UUCP log file.
.SH OPTIONS
Different options may be used to select which parts of the file to
display.
.LP
\fI\-#\fR
.br
\fI\-n lines\fR
.br
\fI\-\-lines lines\fR
.RS 7
Here \fB#\fR is a number; e.g., \fI\-10\fR. The specified number of lines
is displayed from the end of the log file. The default is to
display the entire log file, unless the \fI\-f\fR, \fI\-F\fR, or \fI\-\-follow\fR
options are used, in which case the default is to display 10 lines.
.RE
.LP
\fI\-s system\fR
.br
\fI\-\-system system\fR
.RS 7
Display only log entries pertaining to the specified system.
.RE
.LP
\fI\-u user\fR
.br
\fI\-\-user user\fR
.RS 7
Display only log entries pertaining to the specified user.
.RE
.LP
\fI\-D\fR
.br
\fI\-\-debuglog\fR
.RS 7
Display the debugging log file.
.RE
.LP
\fI\-S\fR
.br
\fI\-\-statslog\fR
.RS 7
Display the statistics log file.
.RE
.LP
\fI\-F\fR
.br
\fI\-\-follow\fR
.RS 7
Keep displaying the log file forever, printing new lines as they
are appended to the log file.
.RE
.LP
\fI\-f system\fR
.br
\fI\-\-follow=system\fR
.RS 7
Keep displaying the log file forever, displaying only log entries
pertaining to the specified system.
.RE
.LP
\fI\-X type\fR
.br
\fI\-\-debug type\fR
.br
\fI\-I file\fR
.br
\fI\-\-config file\fR
.br
\fI\-v\fR
.br
\fI\-\-version\fR
.br
\fI\-\-help\fR
.RS 7
Standard Options as found in
.BR uucp (1),
but note that \fBuulog\fR specifies the
debugging type using \fI\-X\fR rather than the usual \fI\-x\fR.
.RE
.LP
The operation of \fBuulog\fR depends to some degree upon the type of log
files generated by the UUCP programs. This is a compile time option.
.B If the UUCP programs have been compiled to use HDB style log files,
.B uulog changes in the following ways:
.LP
* The new options \fI\-x\fR and \fI\-\-uuxqtlog\fR may be used to list the
\fBuuxqt\fR log file.
.LP
* It is no longer possible to omit all arguments: one of \fI\-s\fR,
\fI\-\-system\fR, \fI\-f\fR, \fI\-\-follow=system\fR, \fI\-D\fR, \fI\-\-debuglog\fR, \fI\-S\fR,
\fI\-\-statslog\fR, \fI\-x\fR, or \fI\-\-uuxqtlog\fR must be used.
.LP
* The option \fI\-\-system ANY\fR may be used to list log file entries
which do not pertain to any particular system.
.SH SEE ALSO
.BR mail (1),
.BR uux (1),
.BR uustat (1),
.BR uucico (8).
.SH AUTHOR
This manual page source format was generated by PolyglotMan
from the output of the command

.RS 5
.B info uucp 'Invoking uulog'
.RE