标签: python subprocess pipe
我将使用子进程来调用命令行:
wgsim <input> <output1> <output2>
我知道在命令行完成后我可以在磁盘上读取output1和output2。有没有办法可以动态读取output1和output2?
感谢。