view bin/sort-by-lengths @ 11836:c62643e28143 draft

<b_jonas> `` echo $IRC_NICK >> bin/flist
author HackEso <hackeso@esolangs.org>
date Thu, 13 Jun 2019 22:08:52 +0000
parents 11eadb817829
children
line wrap: on
line source

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