view bin/sort-by-lengths @ 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 11eadb817829
children
line wrap: on
line source

awk '{print length"\t"$0}' | sort -n | cut -f2-