view bin/hatesgeo @ 3035:64d4adec624c

<shachaf> pastequotes mnoqy
author HackBot
date Mon, 03 Jun 2013 10:39:56 +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}' $@