view bin/sort-by-lengths @ 10480:06bc54ecf20a

<oerjan> ` mv wisdom/\'`\'{msg,#}
author HackBot
date Tue, 21 Mar 2017 15:20:09 +0000
parents 11eadb817829
children
line wrap: on
line source

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