From b41b9034225ab3e49980d9de55c141011b6383b0 Mon Sep 17 00:00:00 2001 From: Taru Karttunen Date: Wed, 30 Mar 2011 16:49:47 +0300 Subject: Import sources from 2011-03-30 iso image - sys/man --- sys/man/1/tee | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 sys/man/1/tee (limited to 'sys/man/1/tee') diff --git a/sys/man/1/tee b/sys/man/1/tee new file mode 100755 index 000000000..d237fb7fa --- /dev/null +++ b/sys/man/1/tee @@ -0,0 +1,28 @@ +.TH TEE 1 +.SH NAME +tee \- pipe fitting +.SH SYNOPSIS +.B tee +[ +.B -i +] +[ +.B -a +] +.I files +.SH DESCRIPTION +.I Tee +transcribes the standard input to the standard +output and makes copies in the +.IR files . +The options are +.TP +.B -i +Ignore interrupts. +.TP +.B -a +Append the output to the +.I files +rather than rewriting them. +.SH SOURCE +.B /sys/src/cmd/tee.c -- cgit v1.2.3