linux中shell中可以浮点数计算马

linux中shell中可以浮点数计算马

linux中shell中可以浮点数计算马

expr好像只支持整数
好像不支持
用bc
找到答案了可以用以下语句:)

echo "scale=2;5/2"|bc

显示:2.50