Tuesday, March 24, 2009

在Python脚本中调用bash命令

import os
...
os.system('bash commands...')
...
Enjoy:)

No comments:

Post a Comment