view bin/sort-by-lengths @ 9944:96c20c8dfb6d

<shachaf> slwd hydrogen//s;\\. ;. ;g
author HackBot
date Sun, 11 Dec 2016 19:45:27 +0000
parents 11eadb817829
children
line wrap: on
line source

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