view bin/sort-by-lengths @ 11250:8bfab6d62735

<oerjan> learn The password of the month is equally offensive to all beliefs
author HackBot
date Fri, 01 Dec 2017 02:58:45 +0000
parents 11eadb817829
children
line wrap: on
line source

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