view bin/sort-by-lengths @ 11194:f6fc0c04c35c

<shachaf> swrjan s/indecipherable/shifting flame/
author HackBot
date Thu, 21 Sep 2017 00:34:33 +0000
parents 11eadb817829
children
line wrap: on
line source

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