如何同时在命令窗口和文本文档中获取流输出
Posted
技术标签:
【中文标题】如何同时在命令窗口和文本文档中获取流输出【英文标题】:How to get stream output in command window and text document simultaneously 【发布时间】:2017-10-23 10:38:12 【问题描述】:使用os.system('ping 127.0.0.1 -t >> new.txt')
。我能够在new.txt
文档中获得 ping 结果。在这样的流输出的情况下,如何同时在命令窗口和文本文件中获取 ping 结果...?
【问题讨论】:
How to redirect output to a file and stdout的可能重复 @MauriceMeyer: 我在找窗户莫里斯.. 【参考方案1】:它适用于 os.system('powershell "ping 127.0.0.1 -t | tee ping.txt')
【讨论】:
以上是关于如何同时在命令窗口和文本文档中获取流输出的主要内容,如果未能解决你的问题,请参考以下文章