shell 数值运算2023-11-16 16:19:28shell 数值运算 整数的数值计算, num=`expr 1 + 3` ,具体见 https://www.cnblogs.com/-beyond/p/8232496.html 小数的数值计算, num=`echo "1.1 + 120.0"|bc` ,具体见 https://blog.csdn.net/m0_37549390/article/details/86552116 shell 数值运算上一篇:Linux - sudo和su的区别下一篇:Linux中redis服务开启