[go: up one dir, main page]

File: diodcat.8.in

package info (click to toggle)
diod 1.0.13-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 29,952 kB
  • sloc: ansic: 31,694; sh: 15,368; makefile: 347; perl: 80
file content (28 lines) | stat: -rw-r--r-- 886 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
.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)