tee(1) plan9 man page | unix.com

Man Page: tee

Operating Environment: plan9

Section: 1

TEE(1)							      General Commands Manual							    TEE(1)

NAME
tee - pipe fitting
SYNOPSIS
tee [ -i ] [ -a ] [ -u ] [ file ... ]
DESCRIPTION
Tee transcribes the standard input to the standard output and makes copies in the files. The options are -i Ignore interrupts. -a Append the output to the files rather than rewriting them. -u Unbuffered: write the output one character at a time.
SOURCE
/sys/src/cmd/tee.c TEE(1)
Related Man Pages
tee(2) - linux
tee(1) - debian
tee(2) - suse
tee(1) - x11r4
tee(1) - php
Similar Topics in the Unix Linux Community
how to print script output to screen and file
Volunteers for UNIX.COM Traffic Optimization Tasks?
How to display and count
copy specific files and count them - not as easy as it seems!
Named pipe hanging?