gno/bin/tee/tee.desc

12 lines
333 B
Plaintext

Name: tee
Version: 1.3 (5 Oct 97)
Shell: GNO
Author: Devin Reade
Contact: <gdr@trenco.gno.org>
Where: /bin
FTP: ftp.gno.org
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.