Conditions in Bash

(, en)

Numeric comparison

if (( $(echo "$num1 > $num2" |bc -l) )); thenfi

Source