Bash shell 增量赋值

要想计算 $a=$a+$b应该用

a=$(($a+$b))

posted @ 2012-03-30 22:44  G背包  阅读(158)  评论(0编辑  收藏  举报