Created
May 15, 2014 17:55
-
-
Save johannesboyne/c21e7eb396897a0897e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| awk '{pages += $3; bytes += $4} END {print pages, bytes}' pagecounts-20140501-110000 | awk '{gtp += $1; gtb += $2} END {print "Total # of Pages: " gtp, "Total # of Bytes requested: " gtb}' |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source: http://dumps.wikimedia.org/other/pagecounts-raw/2014/2014-05/