zcat ~/path/to/access/logs* awk -F’”’ ‘{print $6}’ sort uniq -c sort -rn head -n20000 > /home/piwik/top-user-agents.txt