view bin/sort-by-lengths @ 11238:c3e03ef4ec7a

<boily> slwd atm//s/steal/duplicate/
author HackBot
date Mon, 06 Nov 2017 12:22:31 +0000
parents 11eadb817829
children
line wrap: on
line source

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