view bin/sort-by-lengths @ 11308:6d3e89949ce9

<int-e> learn biweekly/The word "biweekly" is half synonymous with the word --> "bimonthly".
author HackBot
date Fri, 05 Jan 2018 11:33:46 +0000
parents 11eadb817829
children
line wrap: on
line source

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