view bin/sort-by-lengths @ 11010:f789dea57373

<oerjan> learn Eventually we\'ll have a better wisdom here.
author HackBot
date Wed, 14 Jun 2017 03:22:53 +0000
parents 11eadb817829
children
line wrap: on
line source

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