日期:2014-05-16  浏览次数:20559 次

Linux里做计算

da=100
dd=$(awk 'BEGIN{print '$da'/10.2}')
echo $dd

?