view bin/sort-by-lengths @ 11270:0e5762d8b214

<oerjan> le/rn nak//
author HackBot
date Thu, 14 Dec 2017 21:53:03 +0000
parents 11eadb817829
children
line wrap: on
line source

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