view bin/sort-by-lengths @ 11273:819296960fe6

<oerjan> slwd `revert//s,http.*bot,https://hackego.esolangs.org,
author HackBot
date Sat, 16 Dec 2017 20:29:48 +0000
parents 11eadb817829
children
line wrap: on
line source

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