view bin/hatesgeo @ 2527:320252a4ce72

<shachaf> delquote 1000
author HackBot
date Sat, 30 Mar 2013 17:40:57 +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}' $@