view bin/sort-by-lengths @ 9966:2d2cd698f7e5

<oerjan> sled bin/5//s/[^;]*/cmd="${1-quote}"/
author HackBot
date Thu, 15 Dec 2016 00:51:10 +0000
parents 11eadb817829
children
line wrap: on
line source

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