linux字符串转数字时间:2023-01-02 21:01:29[root@ffcs211 test_dir]# echo "96.56"| awk '{print int($0)}'96 A="2"B="51" let "C=A+B"echo $C 53