view bin/sort-by-lengths @ 11964:794a19e189cf draft

<rain2> ` echo rain2 >> bin/ioccclist
author HackEso <hackeso@esolangs.org>
date Thu, 10 Oct 2019 07:20:39 +0000
parents 11eadb817829
children
line wrap: on
line source

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