view bin/hatesgeo @ 2949:7b326de435c4

<shachaf> delquote 814
author HackBot
date Sun, 26 May 2013 09:39:38 +0000
parents e037173e0012
children
line wrap: on
line source

#!/bin/sh
perl -n -e '/:(.*?)!.*JOIN/; $j{$1}++; END {print "$_ $j{$_};" for sort {$j{$b} <=> $j{$a}} keys %j}' $@