home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / tee.zip / README next >
Text File  |  1996-08-05  |  632b  |  24 lines

  1. tee for OS/2, 
  2.  
  3. based on tee.c --
  4. Copyright (c) 1988, 1993 The Regents of the University of California.  
  5. All rights reserved. See tee.c for LICENSE.
  6.  
  7. Original code was changed a bit to be compiled under OS/2 using emx+gcc. 
  8.  
  9. Also -c option added (don't create output files if there was nothing to 
  10. read from stdin). Eg,
  11.  
  12.    type nul | tee -c somefile
  13.  
  14. should not create ``somefile''.
  15.  
  16. tee.exe needs emxrt.zip
  17.  
  18. Original source was taken from the FreeBSD distribution. See tee0.zip
  19.  
  20. This is ``AS IS'' software, so use it on your own risk.
  21.  
  22.                           -- D.Maloff (maloff@tts.magadan.su), 1996 
  23.  
  24.