view bin/sort-by-lengths @ 10773:d9d852361c7d

<shachaf> mkx bin/5w//5 w
author HackBot
date Fri, 21 Apr 2017 00:23:08 +0000
parents 11eadb817829
children
line wrap: on
line source

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