home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d179 / unixutil.lha / UnixUtil / Tee.doc < prev    next >
Text File  |  1989-02-25  |  473b  |  18 lines

  1. TEE                USER COMMANDS            TEE
  2.  
  3.  
  4.  
  5. NAME
  6.     tee - split (tap) the pipe
  7.  
  8. SYNOPSIS
  9.     tee <file1 >file2 file3
  10.  
  11. DESCRIPTION
  12.     tee   copies  standard  input  to  standard output  and  one
  13.     other  file.   This  splits  the  pipe ,  shunting a copy of
  14.     the  standard input  off into a file.  This presumes you are
  15.     using a shell program which can connect the  standard output
  16.     of  one  program  to  the standard input  of another or some
  17.     other pipe device.
  18.