本文介绍了在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.
推荐答案
使用。
这篇关于在win XP命令行中同时将输出重定向到多个文件和标准输出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!