[root@beyes cdn]# grep "MB" ./user.php.htm | sed 's/<[^>]*>//g' |sed 's/MB//g' |awk 'BEGIN { total = 0; } {total += $1} END {print total}' 984.02