view bin/hatesgeo @ 1900:4088d6232934

<ais523> pastequotes elliott
author HackBot
date Wed, 30 Jan 2013 06:03:11 +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}' $@