view bin/sort-by-lengths @ 11334:6f89145cd692

<fizzie> fetch bin/wiki https://hackego.esolangs.org/get/bin/wiki
author HackBot
date Sat, 20 Jan 2018 12:42:29 +0000
parents 11eadb817829
children
line wrap: on
line source

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