hi,

Try this

#! /bin/bash
scale=2
x=5.2
num=7.5
if [ $x -gt num ]; then
mail -s "$x is greater than 25" email@address
fi