view bin/sort-by-lengths @ 10476:cc3b7d3c0fb7

<oerjan> ` chmod +x bin/msg
author HackBot
date Tue, 21 Mar 2017 15:07:23 +0000
parents 11eadb817829
children
line wrap: on
line source

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