如何求字符串的长度

如何求字符串的长度

如果键入一个字符串,我应该如何用shell求出它的长度:confused: :confused: :confused:      
复制内容到剪贴板
代码:
str="0123456789"
echo ${#str}