view bin/hatesgeo @ 11955:33bdabf3e0d4 draft

<wib_jonas> fetch share/mtg/MagicCompRules_20191004.txt https://media.wizards.com/2019/downloads/MagicCompRules%2020191004.txt
author HackEso <hackeso@esolangs.org>
date Tue, 01 Oct 2019 08:29:21 +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}' $@