view bin/sort-by-lengths @ 10027:ad85e082af96

<oerjan> ` cp bin/quote{,s} # add rng improv
author HackBot
date Sun, 25 Dec 2016 15:29:10 +0000
parents 11eadb817829
children
line wrap: on
line source

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