summaryrefslogtreecommitdiff
path: root/man/1/tee
diff options
context:
space:
mode:
Diffstat (limited to 'man/1/tee')
-rw-r--r--man/1/tee30
1 files changed, 30 insertions, 0 deletions
diff --git a/man/1/tee b/man/1/tee
new file mode 100644
index 00000000..1655cbd2
--- /dev/null
+++ b/man/1/tee
@@ -0,0 +1,30 @@
+.TH TEE 1
+.SH NAME
+tee \- pipe fitting
+.SH SYNOPSIS
+.B tee
+[
+.B \-a
+]
+[
+.I file
+\&...
+]
+.SH DESCRIPTION
+.I Tee
+reads the standard input and writes a copy of each block read
+to each
+.I file
+in turn, and then to the standard output.
+Normally
+.I tee
+rewrites each
+.IR file ;
+the
+.B \-a
+option causes data to be appended instead.
+.SH SOURCE
+.B /appl/cmd/tee.b
+.SH SEE ALSO
+.IR cat (1),
+.IR tail (1)