home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d747 / aush.lha / AUSH / ExtraCmds.lha / englishdocs / tee.doc < prev    next >
Text File  |  1992-09-04  |  518b  |  26 lines

  1. NAME
  2.     tee - pipe fitting
  3.  
  4. SYNOPSIS
  5.     tee [ -a ] [ file ] ...
  6.  
  7. DESCRIPTION
  8.     tee transcribes the standard input to the standard output
  9.     and makes copies in the files.
  10.     The -a option causes the output to be appended to the files
  11.     rather than overwriting them.
  12.  
  13. RETURN CODES
  14.     0 if all went well
  15.     1 in case of bad argument (fatal)
  16.     2 if at least one file couldn't be opened (non fatal)
  17.     3 if memory couldn't be allocated (fatal)
  18.  
  19. CHANGES FROM UNIX
  20.     -i option not supported.
  21.  
  22. AUTHOR
  23.     Denis GOUNELLE
  24.     Last modified 04-Sep-92
  25.  
  26.