view bin/sort-by-lengths @ 11932:d8d7f891e16b draft

<fizzie> mkx bin/beat//s=$(date +%s); echo @$(((s+3600) % 86400 * 10 / 864))
author HackEso <hackeso@esolangs.org>
date Fri, 13 Sep 2019 10:09:31 +0000
parents 11eadb817829
children
line wrap: on
line source

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