home *** CD-ROM | disk | FTP | other *** search
- 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.
-