Shell String
=Blog=
=Links=
=Author=
1、从左边第几个字符开始以及字符的个数,用法为:start:len,例如:
str=’http://www.baidu.com’
$ echo ${var:0:5} //www