view bin/sort-by-lengths @ 10173:b596fd64fae8

<oerjan> learn Fugals are fictitious flower parts.
author HackBot
date Wed, 25 Jan 2017 05:51:57 +0000
parents 11eadb817829
children
line wrap: on
line source

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