标签:color div expr style shell 变量 bsp let ++ exp
i=`expr $i + 1`; let i+=1; ((i++)); i=$[$i+1]; i=$(( $i + 1 ))
参考:
https://www.cnblogs.com/faithfu/p/9472817.html
标签:color div expr style shell 变量 bsp let ++ exp
原文地址:https://www.cnblogs.com/sea-stream/p/11403115.html