perc=`df /volume1 | awk '{print $5}' | tail -n 1 | sed 's/.$//'` if [ $perc -le 10 ] then echo send mail fi