view bin/sort-by-lengths @ 12122:559a33a31648 draft

<fizzie> sled /hackenv/bin/slbd//s|cd bin|cd ${HACKENV-/hackenv}/bin|
author HackEso <hackeso@esolangs.org>
date Sun, 17 Nov 2019 00:40:51 +0000
parents 11eadb817829
children
line wrap: on
line source

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