-- TeeDoc.tioga
-- last edited by: L. Stewart, December 12, 1983 5:21 pm
name Tee:
syntax
Tee
copy to standard output only, a null filter
Tee file
copy to file and to standard output
description
Tee is a filter which copies the standard input to a file and to the standard output. It can be used to obtain a log copy of the activities of some command.
examples
% List -u * | Tee UnbackedUpFiles.txt
. . .
%
warnings
Tee catches ViewerIO.Rubout, so if it is started reading from the keyboard, a DEL will stop it. It also catches IO.Error, so an unexpectedly closed stream will not break it.
stop/undo
Click the STOP! button or type DEL (if Tee is reding from the keyboard).
implementation
InitialCommandsImpl.mesa in CommandTool.df
contact
L. C. Stewart <Stewart.pa>
keyword hints
help button info man
keywords
to be supplied by the Index Czar