1999-07-03 14:46:37 +00:00
|
|
|
$Id: README,v 1.5 1999/07/03 14:33:38 gdr-ftp Exp $
|
1996-01-28 00:53:44 +00:00
|
|
|
|
1997-10-30 03:35:21 +00:00
|
|
|
tee v1.3 for GNO
|
|
|
|
|
|
|
|
The tee that shiped with GNO v2.0.4 (and hereforth designated v1.0) seems
|
|
|
|
to have fully buffered output, making it next to useless. This version of
|
|
|
|
tee has no buffering on stdin/stdout by default, so you see the output as
|
1996-09-03 03:56:08 +00:00
|
|
|
it's being read. This version also allows multiple output files, appending,
|
|
|
|
and ignoring of SIGINT.
|
1996-01-28 00:53:44 +00:00
|
|
|
|
|
|
|
This program contains material from the Orca/C Run-Time Libraries,
|
1996-09-03 03:56:08 +00:00
|
|
|
copyright 1987-1994 by Byte Works, Inc. Used with Permission.
|
1996-01-28 00:53:44 +00:00
|
|
|
|
|
|
|
Devin Reade
|
1999-07-03 14:46:37 +00:00
|
|
|
<gdr@gno.org>
|
1996-09-03 03:56:08 +00:00
|
|
|
|
|
|
|
Change Log
|
|
|
|
==========
|
|
|
|
|
1997-10-30 03:35:21 +00:00
|
|
|
v1.3 Slight changes to incorporate it into the GNO v2.0.6.
|
|
|
|
|
|
|
|
v1.2 Added -b (line buffering) option. STDIN_FILENO is no longer
|
|
|
|
directly read; stdio is used.
|
1996-09-03 03:56:08 +00:00
|
|
|
|
|
|
|
v1.1 Rewrite from scratch by Devin Reade. Default changed from
|
|
|
|
full buffering to no buffering. Added options for multiple
|
|
|
|
output files, appending and ignoring of SIGINT.
|
|
|
|
|
1997-10-30 03:35:21 +00:00
|
|
|
v1.0 Designated as the version shipped with GNO v2.0.4
|