grep -s $(date +"%b/%Y:") /var/log/apache2/domlogs/* | awk {'print $1,$6,$7'} | sort | uniq -c | sort -n