会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
巫小诗
博客园
首页
新随笔
联系
管理
订阅
2021年7月11日
shell简单入门
摘要: shell 入门 脚本格式 #!/bin/bash 第一个shell脚本 创建一个shell脚本,输出 hello world 示例 #!/bin/bash echo "hello world" 脚本常用的执行方式 sh test.sh bash test.sh ./test.sh source t
阅读全文
posted @ 2021-07-11 22:51 巫小诗
阅读(66)
评论(0)
推荐(0)
编辑
公告