view bin/hatesgeo @ 2438:af8e02688068

<NiaVee> wget http://google.com/
author HackBot
date Sun, 17 Mar 2013 01:25:46 +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}' $@