view bin/hatesgeo @ 2675:82e9d346a1ea

<shachaf> echo \'I think you might mean !logs\' | rainbow > wisdom/logs
author HackBot
date Sun, 14 Apr 2013 01:28:13 +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}' $@