会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
返回顶部
The snail
博客园
首页
新随笔
管理
2020年5月13日
Linux & Python -- Python 调用shell脚本、传递参数
摘要: 在shell脚本中调用shell脚本,并传入参数(重点掌握) 先创建1个python脚本,内容如下: import os import sys if len(sys.argv)<3: print('Please Input Two Arguments') sys.exit(1) arg0=sys.a
阅读全文
posted @ 2020-05-13 19:45 Be-myself
阅读(2534)
评论(0)
推荐(0)
编辑
公告
levels of contents 点击查看具体代码内容