标签: bash shell awk sed echo
如何将指数表示形式的浮点数转换为整数值?
cat log | awk '{FS = ","};{print $5}'
结果:
2.5e-05
我需要的是
2.5e-05 = 0.00005