view bin/sort-by-lengths @ 11031:a8d1c443235e

<__kerbal___> learn Bing Microsoft\'s attempt to hijack Google\'s good ideas
author HackBot
date Wed, 28 Jun 2017 13:40:27 +0000
parents 11eadb817829
children
line wrap: on
line source

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