view bin/hatesgeo @ 4444:07509b0153b6

<blotter> rm -f Test.o
author HackBot
date Mon, 17 Feb 2014 03:24:25 +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}' $@