view bin/sort-by-lengths @ 11186:a4779064f0fa

<Remavas> slashlearn enigma://Eine machine that encrypten all
author HackBot
date Sat, 02 Sep 2017 19:25:05 +0000
parents 11eadb817829
children
line wrap: on
line source

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