view bin/sort-by-lengths @ 11240:634fd0064603

<shachaf> sled bin/edit//s/http/https/g
author HackBot
date Wed, 08 Nov 2017 23:19:18 +0000
parents 11eadb817829
children
line wrap: on
line source

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