view bin/hatesgeo @ 8200:60d967e47111

<Moon__> mkx sequ//echo {"$1".."$2"} | sed "s/,//g"
author HackBot
date Sun, 29 May 2016 04:26:56 +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}' $@