Apache: Access Log Bandwidth Reporting

MB of traffic a log file reports:

cat #ACCESS_LOG# | awk '{SUM+=$10}END{print SUM/1024/1024}'
Luis Romero