Bash compare floating point numbers 작성자: Sammy 2월 13, 2023 Bash에서 실수 비교: bc -l if (( $( echo "1.0 > 1.1" | bc -l ) )) ; then # ... fi 참조: https://stackoverflow.com/questions/8654051/how-can-i-compare-two-floating-point-numbers-in-bash 자세한 내용 보기