view bin/sort-by-lengths @ 11231:c3d85315f276

<fizzie> ` sed -e \'s|^ ||\' < \'wisdom/fun fact \' > \'wisdom/fun fact\'; rm \'wisdom/fun fact \'
author HackBot
date Wed, 01 Nov 2017 19:38:34 +0000
parents 11eadb817829
children
line wrap: on
line source

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