gno/bin/tee/tee.DESCRIBE
gdr 8b04cea893 - Added -b flag.
- Added *.rez file.
- Makefile now uses install(1) for installation.
1996-09-03 03:56:08 +00:00

11 lines
349 B
Plaintext

Name: tee
Version: 1.2 (2 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.