view bin/sort-by-lengths @ 11971:00595446f790 draft

<oerjan> sedlast s,split,& off,
author HackEso <hackeso@esolangs.org>
date Wed, 16 Oct 2019 08:37:47 +0000
parents 11eadb817829
children
line wrap: on
line source

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