view bin/sort-by-lengths @ 12427:2fea381385b9 draft

<fizzie> sled /hackenv/bin/lynx//s|?|\\\\?|
author HackEso <hackeso@esolangs.org>
date Fri, 22 Oct 2021 22:15:45 +0100
parents 11eadb817829
children
line wrap: on
line source

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