home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
375.lha
/
ARPTools_v1.0
/
man
/
Tee.man
< prev
next >
Wrap
Text File
|
1990-05-02
|
734b
|
64 lines
Tee(V1.0) ARPTOOLS Manual Tee(V1.0)
NAME
Tee - Create a T junction in a pipe.
SYNOPSIS
Tee <file1 >file2 FILE/A
DESCRIPTION
Tee copies standard input to standard output and to a
file supplied iwth the FILE argument. This will 'split'
the pipe and make a copy of standard input into the file.
A shell supporting non-named pipes (like ASH with PIP:)
is required.
EXAMPLE
To display the contents of a file with statitiscs:
Type myfile | Tee * | Wc
BUGS
None known.
SEE ALSO
ASH manual.
Page 1