会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Artificial Intelligence
keep writing
博客园
首页
新随笔
联系
管理
订阅
2015年10月11日
bash + script
摘要: shell"" 保留$,`,\, 换行含义,‘’保留字面值$(), ``用于命令替换算术扩展如 $[1+1]for循环:for Host in host1, host2, host3; do echo $Host; donefor Host in host{1,2,3}; do echo $Host...
阅读全文
posted @ 2015-10-11 17:41 huashiyiqike
阅读(422)
评论(0)
推荐(0)
编辑
公告