view bin/sort-by-lengths @ 12056:3e392e88a081 draft

<fizzie> ` rm /hackenv/bin/8$\'\\x0f\'ball # I\'ve no idea what this one was about
author HackEso <hackeso@esolangs.org>
date Sat, 16 Nov 2019 21:42:42 +0000
parents 11eadb817829
children
line wrap: on
line source

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