Skip to content

Instantly share code, notes, and snippets.

@neilkod
Created June 21, 2010 14:53
Show Gist options
  • Save neilkod/446962 to your computer and use it in GitHub Desktop.
Save neilkod/446962 to your computer and use it in GitHub Desktop.
neil-kodners-MacBook-Pro:gardenhose nkodner$ time cat *.json|grep -iPo "#(usa|mex|hon|bra|par|chi|arg|uru|alg|civ|gha|nga|cmr|rsa|prk|jpn|kor|aus|nzl|eng|fra|esp|por|ned|den|ger|sui|ita|svk|svn|srb|gre)\b"|tr '[:upper:]' '[:lower:']|sort|uniq -c|sort -rg
358362 #bra
40091 #arg
36495 #usa
34797 #esp
34221 #jpn
33834 #civ
32353 #ger
30116 #chi
29841 #eng
27950 #ita
20454 #ned
18210 #kor
17906 #nzl
17803 #mex
17725 #prk
15243 #por
14674 #sui
13887 #uru
11875 #rsa
11451 #par
11346 #fra
11023 #srb
10356 #aus
9407 #cmr
9214 #den
8365 #gre
8303 #gha
7983 #svn
7611 #hon
7063 #alg
6567 #nga
6013 #svk
real 31m45.767s
user 1m47.709s
sys 2m12.929s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment