view bin/sort-by-lengths @ 12492:5a921536dbf4 draft

<int-e> learn The password of the month is Steamboat Willy Liberation
author HackEso <hackeso@esolangs.org>
date Mon, 01 Jan 2024 23:26:44 +0000
parents 11eadb817829
children
line wrap: on
line source

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