view bin/sort-by-lengths @ 10448:64c42012b9d5

<hppavilion[1]> rm bin/lowercase2b
author HackBot
date Sun, 19 Mar 2017 20:08:23 +0000
parents 11eadb817829
children
line wrap: on
line source

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