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