view bin/sort-by-lengths @ 11232:65c5e843c3a3

<oerjan> revert
author HackBot
date Thu, 02 Nov 2017 15:31:53 +0000
parents 11eadb817829
children
line wrap: on
line source

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