view bin/sort-by-lengths @ 10014:f8cc0be6aebd

<oerjan> slwd possibility//s/be not/not be/
author HackBot
date Fri, 23 Dec 2016 21:13:02 +0000
parents 11eadb817829
children
line wrap: on
line source

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