Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
curl 'http://rosettacode.org/mw/index.php?title=Special:Categories&limit=5000' |
|
||||
sed -nre 's/^<li.*title="Category:([^"(]+)".*\(([0-9]+) members\).*/\2 - \1/p' |
|
||||
sort -nr | awk '{printf "%2d. %s\n",NR,$0}'
|
||||
Loading…
Add table
Add a link
Reference in a new issue