view bin/sort-by-lengths @ 11269:17d4cbcaa397

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

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