view bin/sort-by-lengths @ 11800:22698dc356fe draft

<gerzytet> learn toilet is elliot spelled backwards, without the extra l, with a t at the end.
author HackEso <hackeso@esolangs.org>
date Mon, 29 Apr 2019 01:40:29 +0000
parents 11eadb817829
children
line wrap: on
line source

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