摘要: ${#字符串} 返回字符串的长度 [root@localhost ~]# a=length [root@localhost ~]# echo ${#a} 6 ${字符串:位置x} 从位置x开始往后截取子字符串,不包含x上的字符串 [root@localhost ~]# a=length [root@ 阅读全文
posted @ 2015-05-15 23:22 Jim.Deng 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 常用的内部变量有:echo, eval, exec, export, readonly, read, shift, wait, exit 和 点(.) echo:将变量名指定的变量显示到标准输出 [root@localhost ~]# echo test test shift:使所有的位置参数依次向 阅读全文
posted @ 2015-05-15 22:59 Jim.Deng 阅读(244) 评论(0) 推荐(0) 编辑