在win XP命令行中同时将输出重定向到多个文件和标准输出

在win XP命令行中同时将输出重定向到多个文件和标准输出

问题描述:

我想将输出从命令重定向到文件和stdout。我使用Windows XP命令行。

I would like to redirect the output from a command to a file and to stdout. I am using Windows XP command line.

我意识到在linux中有一个命令称为tee,它会这样做,但我想在windows中。

I realize that there is a command in linux called tee which will do this, but I want this in windows.

使用 tee for windows