home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff284.lzh / ARPTools / man / Tee.man < prev    next >
Text File  |  1989-11-27  |  734b  |  64 lines

  1.  
  2.  
  3.  
  4.      Tee(V1.0)                ARPTOOLS Manual                Tee(V1.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.           Tee - Create a T junction in a pipe.
  10.  
  11.      SYNOPSIS
  12.           Tee <file1 >file2 FILE/A
  13.           
  14.      DESCRIPTION
  15.           Tee copies standard input to standard output and to a
  16.           file supplied iwth the FILE argument. This will 'split'
  17.           the pipe and make a copy of standard input into the file.
  18.           A shell supporting non-named pipes (like ASH with PIP:)
  19.           is required.
  20.  
  21.      EXAMPLE
  22.           To display the contents of a file with statitiscs:
  23.  
  24.           Type myfile | Tee * | Wc
  25.          
  26.      BUGS    
  27.           None known.
  28.  
  29.      SEE ALSO
  30.           ASH manual.
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1
  64.