view bin/hatesgeo @ 760:837ea972cff7

<oerjan> run sed -i '867s/ <o/ <o/g' quotes
author HackBot
date Fri, 05 Oct 2012 21:47:53 +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}' $@