view bin/sort-by-lengths @ 11753:30e9da8f43b5 draft

<shachaf> slwd fizzie//s/sneaky //
author HackEso <hackeso@esolangs.org>
date Wed, 13 Mar 2019 01:03:43 +0000
parents 11eadb817829
children
line wrap: on
line source

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