home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 240.lha / Tee_v1.0 / tee.doc < prev    next >
Text File  |  1989-05-01  |  2KB  |  45 lines

  1.                            tee 1.0
  2.  
  3.                               by
  4.                      Eric J. Schwertfeger
  5.  
  6.                  Released to Public Domain on
  7.                         April 20, 1989
  8.  
  9.  
  10. Purpose:  the purpose of tee is to allow users of WShell or AShell
  11.     (the Arp shell) to send the default input of a program to more
  12.     than one place.  With a single command, the user can list a
  13.     directory and send the output to the screen, the speak: device,
  14.     the printer, and/or to a file, all at the same time.
  15.  
  16. Usage:  tee [-flags] filename
  17.  
  18.      The tee program reads information from the default input, and
  19.      writes it to every file on the command line.  In addition to
  20.      this, the tee program will also open the CLI window ("*") if no
  21.      filenames are specified and the output is redirected.
  22.  
  23. Optional Flags:  -[A|a|F|f|P|p]
  24.      The "a" flag is used to append the output to a file, though
  25.      the file need not exist already.  the "f" flag is used to filter
  26.      out non-printable characters (characters with ASCII values of
  27.      0 to 9, 11 to 31, or 128 and higher).  The "p" flag causes tee to
  28.      abort rather than overwrite an existing file.  In each case, the
  29.      flag will affect the next file if lower case, and all following
  30.      files if Upper case.  If the user wants to filter the default output
  31.      (Append and Protect have no effect), then the flags shoud be set
  32.      after the last filename.
  33.  
  34. Contacting the Author:  I can be reached at either
  35.  
  36.      Eric J. Schwerrtfeger
  37.      1450 E. Harmon Ave, #127D
  38.      Las Vegas, NV  89119
  39.  
  40.             or
  41.  
  42.      CompuServe:  [72657,1166]
  43.  
  44.  
  45.