Andre Koopal wrote:
The id is set as the sortkey of hidden category, so you can do:
(...)
Again, this is with the last uploader, not the first, and this is the query for last year, so using the old categories, but just for the idea.
Regards,
Andre
Ok, I prepared a new file (uploaders-nl-ids.txt) which I think may contain what you want. There you have uploader and id separated by # (with the uppercased name in the next line, seems you defined the sortkey that way)
The incantation would be like: grep '#' uploaders-nl-ids.txt | sort | uniq | cut -f 1 -d'#' | uniq -c | sort -nr