在 python 中使用 bash

查看系统信息

1
2
3
4
import subprocess
uname = "uname"
uname_args = "-a"
subprocess.call([uname, uname_args])

output:

Linux raspberrypi 4.19.57-v7l+ #1244 SMP Thu Jul 4 18:48:07 BST 2019 armv7l GNU/Linux


在 python 中使用 bash
http://icecreamzhao.github.io/script_skill_experience/python/use-shell-in-python.html
作者
littleboyDK
发布于
2019年10月31日
许可协议