manual page distributed with 4.1BSD
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 09:01:41 +0000 (01:01 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 09:01:41 +0000 (01:01 -0800)
SCCS-vsn: usr.bin/tee/tee.1 4.1

usr/src/usr.bin/tee/tee.1 [new file with mode: 0644]

diff --git a/usr/src/usr.bin/tee/tee.1 b/usr/src/usr.bin/tee/tee.1
new file mode 100644 (file)
index 0000000..6682982
--- /dev/null
@@ -0,0 +1,27 @@
+.\"    @(#)tee.1       4.1 (Berkeley) %G%
+.\"
+.TH TEE 1 
+.AT 3
+.SH NAME
+tee \- pipe fitting
+.SH SYNOPSIS
+.B tee
+[
+.B \-i
+] [
+.B \-a
+]
+[ file ] ...
+.SH DESCRIPTION
+.I Tee
+transcribes the standard input to the standard
+output and makes copies in the 
+.I files.
+Option
+.B \-i
+ignores interrupts;
+option
+.B \-a
+causes the output to be appended to the
+.I files
+rather than overwriting them.