Top Contributors

Run this to get a list of the number of edits each of your users have made in the wiki.

find data/meta/ -name '*.changes' -exec cat {} \; | awk -F"\t" '{print $5}' |sort|uniq -c|sort -n