plan9 man page for tee

Query: tee

OS: plan9

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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(1) - opensolaris
tee(1) - linux
tee(1) - centos
tee(2) - centos
tee(1) - x11r4
Similar Topics in the Unix Linux Community
Command display output on console and simultaneously save the command and its output
How to display and count
copy specific files and count them - not as easy as it seems!
How to use correctly Spreadsheet::WriteExcel to convert xml to xls
Named pipe hanging?