view bin/sort-by-lengths @ 11990:7c770f5b66d2 draft

<ais523> delquote 1271
author HackEso <hackeso@esolangs.org>
date Thu, 24 Oct 2019 22:13:54 +0000
parents 11eadb817829
children
line wrap: on
line source

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