计算字符长度
[root@Director ~]# echo $var hello world [root@Director test]# expr length "$var" 11
数学运算
[root@wls12c ~]$ expr 3 + 4 7