view bin/sort-by-lengths @ 12214:4d504750c68e draft

<oerjan> slwd locale//s,on.*le,one true locale,
author HackEso <hackeso@esolangs.org>
date Sat, 30 Nov 2019 02:12:16 +0000
parents 11eadb817829
children
line wrap: on
line source

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