view bin/sort-by-lengths @ 10265:841d21be9673

<zgrep> ` echo \'botsnack | rev\' >> bin/botsmack
author HackBot
date Wed, 15 Feb 2017 01:57:17 +0000
parents 11eadb817829
children
line wrap: on
line source

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