-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrtail.1
42 lines (42 loc) · 858 Bytes
/
rtail.1
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
.\" Generated with Ronnjs 0.3.8
.\" http://github.com/kapouer/ronnjs/
.
.TH "RTAIL" "1" "June 2016" "" ""
.
.SH "NAME"
\fBrtail\fR \-\- Tail file over ssh
.
.SH "SYNOPSIS"
\fBrtail\fR [\-hvV] [ssh_options] [user@]<host> [tail_options] [files \.\.\.]
.
.SH "OPTIONS"
\fB\-v, \-\-verbose\fR enable verbose output
\fB\-h, \-\-help\fR display this message
\fB\-V, \-\-version\fR output version
.
.P
\fB[ssh_options]\fR ssh options
\fB[tail_options]\fR tail options
.
.SH "USAGE"
$ rtail somehost\.com \-f /var/log/host\.log
.
.SH "AUTHOR"
.
.IP "\(bu" 4
Joseph Werle \fIjoseph\.werle@gmail\.com\fR
.
.IP "" 0
.
.SH "REPORTING BUGS"
.
.IP "\(bu" 4
https://github\.com/jwerle/rtail/issues
.
.IP "" 0
.
.SH "SEE ALSO"
\fBssh\fR(1), \fBtail\fR(1)
.
.SH "LICENSE"
MIT (C) Copyright Joseph Werle 2014