view bin/sort-by-lengths @ 12136:d58ddfcf5f07 draft

<fizzie> slwd hackeso//s/almost/&,/;s/quite/&,/;s/unlike/entirely &/
author HackEso <hackeso@esolangs.org>
date Sun, 17 Nov 2019 18:27:51 +0000
parents 11eadb817829
children
line wrap: on
line source

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