shell命令集锦---变量四则运算

 变量四则运算

$A=$(($B+$C))

或者

$A=`echo $B+$C|bc`

posted @ 2012-03-09 14:41  唐僧吃肉  阅读(232)  评论(0编辑  收藏  举报