home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
264a.lha
/
UnixUtil
/
Tee.doc
< prev
next >
Wrap
Text File
|
1989-07-09
|
473b
|
18 lines
TEE USER COMMANDS TEE
NAME
tee - split (tap) the pipe
SYNOPSIS
tee <file1 >file2 file3
DESCRIPTION
tee copies standard input to standard output and one
other file. This splits the pipe , shunting a copy of
the standard input off into a file. This presumes you are
using a shell program which can connect the standard output
of one program to the standard input of another or some
other pipe device.