view bin/sort-by-lengths @ 9937:de2ba1200c56

<shachaf> ` echo \'^tmp/\' > .hgignore
author HackBot
date Sun, 11 Dec 2016 05:05:46 +0000
parents 11eadb817829
children
line wrap: on
line source

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