view bin/hatesgeo @ 590:edc576a78ad1

<kallisti> run paste "`which paste`"
author HackBot
date Wed, 18 Jul 2012 02:11:42 +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}' $@