view bin/sort-by-lengths @ 10220:3d2df2077c46

<shachaf> sled bin/hlnp//s#share#/hackenv/&#
author HackBot
date Wed, 08 Feb 2017 23:35:02 +0000
parents 11eadb817829
children
line wrap: on
line source

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