view bin/hatesgeo @ 11214:1b95325ed14b

<b_jonas> fetch share/mtg/MagicCompRules-20170925.txt http://media.wizards.com/2017/downloads/MagicCompRules%2020170925.txt
author HackBot
date Wed, 04 Oct 2017 11:39:51 +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}' $@