码迷,mamicode.com
首页 > 其他好文 > 详细

cacti中科学计数的读出和转换

时间:2019-08-17 12:59:59      阅读:70      评论:0      收藏:0      [点我收藏+]

标签:流量   数字   str1   div   a*   class   printf   cacti   $0   

 

 

[root@yjb ~]# more test.sh 
#!/bin/sh
str1="2.1589872102e+06"
echo $str1| awk {printf("%d\n",$0+0.5)}

#cacti流量(M)数字转换成科学计数
M=A*1000*1000/8

 

cacti中科学计数的读出和转换

标签:流量   数字   str1   div   a*   class   printf   cacti   $0   

原文地址:https://www.cnblogs.com/dengcongcong/p/11368128.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!