view bin/sort-by-lengths @ 11343:873a476e9071

<shachaf> revert
author HackBot
date Sat, 10 Feb 2018 00:41:29 +0000
parents 11eadb817829
children
line wrap: on
line source

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