view bin/hatesgeo @ 216:e9a9e7b80e76

<elliott> delquote 78
author HackBot
date Sun, 15 Apr 2012 16:27:49 +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}' $@