view bin/hatesgeo @ 6076:6ff2448dbb57

<ais523> asm lea 0x1234, %ax
author HackBot
date Fri, 16 Oct 2015 23:44:16 +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}' $@