


     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
