view bin/sort-by-lengths @ 10688:5eae1c34498c

<oerjan> # Indeed not//`forget jwinslow23
author HackBot
date Sun, 16 Apr 2017 01:19:16 +0000
parents 11eadb817829
children
line wrap: on
line source

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