11.命令行提示符的实现
程序员文章站
2022-04-24 12:39:48
...
命令行提示符的实现:
import os
print(os.system('命令'))
示例如下:
ls
import os
print(os.system('ls'))
pwd
import os
print(os.system('pwd'))
shell命令
for i in range(1000):
cmd = input('[aaa@qq.com bin]$')
if cmd:
if cmd == 'exit':
print('logout')
break
else:
print('run %s' %(cmd))
# 运行shell命令
os.system(cmd)
else:
continue
上一篇: 好用不贵 盘点搭载人机互联系统紧凑车型