view bin/sort-by-lengths @ 11276:b23b2fe0151a

<oerjan> forget r.i.p.
author HackBot
date Sat, 16 Dec 2017 21:28:57 +0000
parents 11eadb817829
children
line wrap: on
line source

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