view bin/sort-by-lengths @ 11639:e808b0c8c816 draft

<int-e> slwd wisdom//s=...$= https://twitter.com/FireyFly/status/899965577481129984=
author HackEso <hackeso@esolangs.org>
date Thu, 25 Oct 2018 14:27:19 +0000
parents 11eadb817829
children
line wrap: on
line source

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