summaryrefslogtreecommitdiff
path: root/static/v10/man1/tee.1
diff options
context:
space:
mode:
Diffstat (limited to 'static/v10/man1/tee.1')
-rw-r--r--static/v10/man1/tee.129
1 files changed, 29 insertions, 0 deletions
diff --git a/static/v10/man1/tee.1 b/static/v10/man1/tee.1
new file mode 100644
index 00000000..b4dbc7dc
--- /dev/null
+++ b/static/v10/man1/tee.1
@@ -0,0 +1,29 @@
+.TH TEE 1
+.CT 1 shell
+.SH NAME
+tee \- pipe fitting
+.SH SYNOPSIS
+.B tee
+[
+.B -i
+]
+[
+.B -a
+]
+[
+.I file ...
+]
+.SH DESCRIPTION
+.I Tee
+transcribes the standard input to the standard
+output and makes copies in the
+.I files.
+The options are
+.TP
+.B -i
+Ignore interrupts.
+.TP
+.B -a
+Append the output to the
+.I files
+rather than rewriting them.