会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
乂、二
博客园
首页
新随笔
联系
订阅
管理
2020年4月18日
shell执行${var:m:n}报错Bad substitution解决办法
摘要: Ubuntu系统下,执行字符串截取脚本时,总是报错:Bad substitution,脚本非常简单如下: #!/bin/sh str1="hello world!" echo ${str1:1:4} 执行后报错: .str1.sh:4:./str1.sh:Bad substituion 解决方法:
阅读全文
posted @ 2020-04-18 10:21 乂、二
阅读(1297)
评论(0)
推荐(0)
编辑
公告