码迷,mamicode.com
首页 > 编程语言 > 详细

python 调用shell 命令 方式

时间:2016-05-13 04:53:06      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:command   python   

现在把知道的调用方式写下来

os方式:

  os.system(‘ command [option] ‘)

  print os.popen(‘ command [option] ‘).read()

commands:

  print commands.output(‘ command [option] ‘)

subprocess:

  subprocess.call([‘ command ‘,‘[option]‘])

  subprocess.Popen(‘ command ‘)


python 调用shell 命令 方式

标签:command   python   

原文地址:http://linuxyy.blog.51cto.com/9490250/1772762

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!