我想在 bash 中使用 0.02 作为我尝试的增量进行 for 循环
for ((i=4.00;i<5.42;i+=0.02)) do commands done
但它没有用。
bash for floating-point
bash ×1
floating-point ×1
for ×1