view bin/hatesgeo @ 11002:586162845de3

<boily> forget math
author HackBot
date Wed, 07 Jun 2017 00:45:23 +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}' $@