mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-22 14:30:29 +00:00
11 lines
337 B
Plaintext
11 lines
337 B
Plaintext
Name: tee
|
|
Version: 1.1 (23 Nov 94)
|
|
Author: Devin Reade
|
|
Contact: <gdr@myrias.ab.ca>
|
|
Where: /bin/tee
|
|
FTP: cco.caltech.edu, grind.isca.uiowa.edu.
|
|
|
|
Tee copies stdin to stdout without buffering and 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.
|