view bin/hatesgeo @ 3030:d81ccb0d6da0

<nooodl> fetch http://api.bbcnews.appengine.co.uk/stories/uk
author HackBot
date Sun, 02 Jun 2013 14:02: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}' $@