#! /bin/bash LX=100 for i in 1 2 3 do c=$(echo "scale=2;$i/$LX"|bc) echo -n "0$c "; done echo; 相关文章: 2021-10-04 2021-09-12