home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_200 / 224_01 / tee.hlp < prev    next >
Text File  |  1987-01-05  |  384b  |  11 lines

  1. NAME
  2.      tee - direct the input to several output files
  3.  
  4. SYNTAX
  5.      tee [ -a ] [ file ] ...
  6.  
  7. DESCRIPTION
  8.     Tee transcribes the standard input to the standard output and makes copies
  9.     in the files.  Option -a causes the output to be appended to the files 
  10.     rather than overwriting them.  The maximum number of files is 20.
  11.