gno/bin/tee/tee.DESCRIBE

11 lines
349 B
Plaintext
Raw Normal View History

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.