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
|
.TH diodcat 8 "@META_DATE@" "@META_ALIAS@" "@META_NAME@"
.SH NAME
diodcat \- cat files by attaching directly to diod server
.SH SYNOPSIS
\fBdiodcat\fR \fI[OPTIONS] [-s NAME] [-a aname] [file [file...]]\fR
.SH DESCRIPTION
.B diodcat
connects to a \fBdiod\fR server, attaches to the mount point \fIaname\fR,
and concatenates the contents of the specified files on stdout.
.SH OPTIONS
.TP
.I "-a, --aname NAME"
The file system name on the server (default ctl).
.TP
.I "-s, --server NAME"
The server in IP[:PORT], HOST[:PORT], or /path/to/socket form
(default localhost:564).
.TP
.I "-m, --msize SIZE"
The maximum request size including 9P headers (default 65536).
.TP
.I "-u, --uid UID"
Try to attach to the server as the specified user (default your effective uid).
.TP
.I "-t, --timeout SECS"
Force timeout after specified number of seconds (default no timeout).
.SH "SEE ALSO"
diod (8)
|