mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
2f69a2a3db
buffering. Added program 'testtee' to provide output for testing.
11 lines
349 B
Plaintext
11 lines
349 B
Plaintext
Name: tee
|
|
Version: 1.2 (8 Sep 96)
|
|
Author: Devin Reade
|
|
Contact: <gdr@myrias.ab.ca>
|
|
Where: /bin/tee
|
|
FTP: cco.caltech.edu, grind.isca.uiowa.edu.
|
|
|
|
Tee copies stdin to stdout, by default without buffering. It also makes
|
|
a copy of the data to a specified file(s). It is useful when you want to
|
|
watch the output of a process, but also save it.
|