可以通过bc方式的结果集来判断,如:
if [ $(echo "$DISK_SIZE <= 10"|bc) = 1 ];then echo -n "当前磁盘:${DISK_SIZE}G,小于预定的值:${DISK_SIZE_ALERT}G" fi