摘要: Goal: Read commands from pipe line by line, each command occpuying one line. Run these commands in parallel, and output their outputs(stdout and stderr) simutaliously. Technical nutshell: Run bash commands by subprocess Using threads moniterring outputs. 阅读全文
posted @ 2013-07-28 16:30 wavefancy 阅读(364) 评论(0) 推荐(0)