view bin/sort-by-lengths @ 11254:b7500dbc417e

<boily> slwd hexham//s/$/./
author HackBot
date Thu, 07 Dec 2017 01:50:19 +0000
parents 11eadb817829
children
line wrap: on
line source

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