view bin/sort-by-lengths @ 10790:59e28b02a9ee

<oerjan> ` cd bin; cp wget curl
author HackBot
date Sat, 22 Apr 2017 00:01:13 +0000
parents 11eadb817829
children
line wrap: on
line source

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