tee
The tee command is a .Net implementation of the tee command available on other platforms.
The -in and -out switches define the encodings of stdin and stdout.
The filename parameter is given directly (without a leading switch), and the file’s encoding can be defined using the -enc switch.
The -a switch appends to an existing file instead of creating a new file.
C:\>tee -?
tee [parameters] filename
copies stdin to stdout and file
-in [encoding] input encoding
-out [encoding] output encoding
-enc [file encoding] file encoding
-a append to file
tee 0.10.4117.37512
cmd.net 0.10.0.0 (c) by devio.at 2011