home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / gcc263-utildoc.lha / gnu / man / man1 / tee.1 < prev    next >
Encoding:
Text File  |  1994-12-19  |  1.3 KB  |  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]   [--help]
  13.        [--version] [file...]
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.        This  manual  page  documents the GNU version of tteeee.  The
  17.        tteeee command copies the standard input to the standard out-
  18.        put and any files given as arguments.
  19.  
  20.        If  a  file being written to does not already exist, it is
  21.        created.  If a file being written to already  exists,  the
  22.        data  it previously contained is overwritten unless the _-_a
  23.        option is used.
  24.  
  25.    OOPPTTIIOONNSS
  26.        _-_a_, _-_-_a_p_p_e_n_d
  27.               Append the standard input to the given files rather
  28.               than overwriting them.
  29.  
  30.        _-_-_h_e_l_p Print  a  usage message on standard output and exit
  31.               successfully.
  32.  
  33.        _-_i_, _-_-_i_g_n_o_r_e_-_i_n_t_e_r_r_u_p_t_s
  34.               Ignore interrupt signals.
  35.  
  36.        _-_-_v_e_r_s_i_o_n
  37.               Print version information on standard  output  then
  38.               exit successfully.
  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. FSF                    GNU Shell Utilities                      1
  65.  
  66.  
  67.