Python调用Linux bash命令
摘要:
import subprocess as sup # 以下注释很多(为了自己以后不忘), 如果只是想在python中执行Linux命令, 看前5行就够了 # 3.5版本之后官方推荐使用sup.run() sup.run("ls -l", shell=True) # 如果参数args是字符串, she 阅读全文
posted @ 2019-01-24 21:38 宋喜阳 阅读(1412) 评论(0) 推荐(0) 编辑