会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
thy520
博客园
首页
新随笔
联系
订阅
管理
2019年11月29日
shell
摘要: shell是用户使用 Linux 的桥梁 1.第一个shell语言 新增一个a.sh文档 内容: #!/bin/sh myUrl="hello" echo $myUrl 运行:chmod +x ./a.sh ./a.sh 2.shell的循环 #!/bin/sh for skill in Tom T
阅读全文
posted @ 2019-11-29 10:21 thy520
阅读(118)
评论(0)
推荐(0)
编辑