view bin/sort-by-lengths @ 10363:b14f80266380

<moony> ` mv source bin/source
author HackBot
date Tue, 07 Mar 2017 21:03:53 +0000
parents 11eadb817829
children
line wrap: on
line source

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