view bin/sort-by-lengths @ 11081:f18bdcf3b649

<int-e> learn The password of the month is blowin\' in the wind.
author HackBot
date Tue, 11 Jul 2017 07:03:25 +0000
parents 11eadb817829
children
line wrap: on
line source

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