摘要: 图 a=20 b=100 #计算百分比 echo `awk 'BEGIN{printf "%.1f%%\n",('$a'/'$b')*100}'` 20.0% 阅读全文
posted @ 2024-07-17 18:02 tslam 阅读(1) 评论(0) 推荐(0) 编辑