home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / unix / doc / tee.man < prev    next >
Text File  |  1993-06-13  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. TEE(1L)                                                   TEE(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        tee  - read from standard input and write to standard out-
  9.        put and files
  10.  
  11. SSYYNNOOPPSSIISS
  12.        tteeee [-ai] [--append] [--ignore-interrupts] [file...]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.        This manual page documents the GNU version  of  tteeee.   The
  16.        tteeee command copies the standard input to the standard out-
  17.        put and any files given as arguments.
  18.  
  19.        If a file being written to does not already exist,  it  is
  20.        created.   If  a file being written to already exists, the
  21.        data it previously contained is overwritten unless the  _-_a
  22.        option is used.
  23.  
  24.    OOPPTTIIOONNSS
  25.        _-_a_, _-_-_a_p_p_e_n_d
  26.               Append the standard input to the given files rather
  27.               than overwriting them.
  28.  
  29.        _-_i_, _-_-_i_g_n_o_r_e_-_i_n_t_e_r_r_u_p_t_s
  30.               Ignore interrupt signals.
  31.  
  32.        The long-named options can be introduced with `+' as  well
  33.        as  `--', for compatibility with previous releases.  Even-
  34.        tually support for `+' will  be  removed,  because  it  is
  35.        incompatible with the POSIX.2 standard.
  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.  
  64.                                                                 1
  65.  
  66.  
  67.