阅读背景:

shell简单用法笔记(shell中数值运算)二

来源:互联网 
a=123
b
=456
c
=$a+#b
echo $c
a=123
b
=456
c
=$(($a+$b))
a=



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: