Ver originalRESULTADO=$( echo "6.423>0.5" | bc )if [ $RESULTADO -eq 0 ]; then echo "Es Mayor"else echo "Es menor o igual"fi