File: rushlast.1

package info (click to toggle)
rush 2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,276 kB
  • sloc: ansic: 46,428; sh: 18,253; yacc: 881; lex: 760; makefile: 284; awk: 87; lisp: 56; sed: 24
file content (96 lines) | stat: -rw-r--r-- 2,433 bytes parent folder | download
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
.TH RUSHLAST "8" "October 2024" "GNU Rush 2\&.4" "Gnurush"
.\" Disable hyphenation
.nh
.\" and justification
.ad 1
.
.SH "NAME"
rushlast \- retrieve information of previous uses of rush
.
.SH "SYNOPSIS"
.HP 9
\fBrushlast\fP [OPTION] [user [user ...]]
.HP 9
\fBrushlast\fP [\fB\-F\fI STRING\fR] [\fB\-f\fI DIR\fR] [\fB\-n\fI NUM\fR]
[\fB\-\-forward\fP] [\-H]
.HP 9
\fBrushlast\fP {\fB\-v\fP | \fB\-h\fP | \fB\-\-usage\fP}
.
.SH "DESCRIPTION"
.PP
\fBrushlast\fP
is a utility to search backwards in the session history that
\fBGNU rush\fP maintains about all users calling on its services.
.
.SH "OPTIONS"
.TP
\fB\-F\fP \fISTRING\fP | \fB\-\-format\fP=\fISTRING\fP
Use specified format string instead of the default string.
.
.TP
\fB\-f\fP \fIDIR\fP | \fB\-\-file\fP=\fIDIR\fP
Use database directory DIR.
Default location is \fI/var/lib/rush\fP.
.
.TP
\fB\-\-forward\fP
Display entries in chronological instead of reverse time order.
The latter is the default mode of operation.
.
.TP
\fB\-n\fP \fINUM\fP | \fB\-\-count\fP=\fINUM\fP | \fB\-\fINUM\fP
Show at most NUM records.  The numerical form, such as '\-3',
is provided for compatibility with the standard utility \fBlast\fP(1).
.
.TP
\fB\-H\fP | \fB\-\-no-header\fP
Suppress the header line in printout.
.
.TP
\fB\-v\fP | \fB\-\-version\fP
Display program version.
.
.TP
\fB\-h\fP | \fB\-\-help\fP
Display a short help message.
.
.TP
\fB\-\-usage\fP
Display a concise usage summary.
.
.SH "FILES"
.TP
\fI/etc/rush.rc\fP
Location of configuration file.
.TP
\fI/var/lib/rush\fP
Default database directory, where the session history files
\fIutmp\fP and \fIwtmp\fP are maintained.
.
.SH "ENVIRONMENT VARIABLES"
.
.IP RUSHLAST_FORMAT
Formatting string to be used instead of the hard coded value,
whenever the switch \fB\-F\fP is not in use.
An unset value makes \fBrushlast\fP apply the default string.
.
.SH "SEE ALSO"
The full documentation for \fBrushlast\fP is maintained as a Texinfo manual.
If the \fBinfo\fP and \fBrush\fP programs were installed from source
at your site, the command
.IP
\fBinfo rush\fP
.PP
should give you access to the complete manual.
.PP
An online manual is available at
.IP
\fIhttps://www.gnu.org.ua/software/rush/manual.html\fP.
.SH "SEE ALSO"
.BR rush (8),
.BR rushwho (1).
.SH "AUTHOR"
.PP
This text was written by Mats Erik Andersson for the Debian project,
because the original source supplies documentation only in the
form of a GNU Texinfo manual.