view bin/sort-by-lengths @ 11234:478cad8b2005

<oerjan> le/rn testing // what happened with that
author HackBot
date Thu, 02 Nov 2017 15:36:03 +0000
parents 11eadb817829
children
line wrap: on
line source

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