view bin/sort-by-lengths @ 12361:71758953750c draft

<oerjan> learn The password of the month is in order again.
author HackEso <hackeso@esolangs.org>
date Mon, 01 Feb 2021 13:53:56 +0000
parents 11eadb817829
children
line wrap: on
line source

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