view bin/sort-by-lengths @ 12322:f63a9a76560c draft

<int-e> ` mv $HACKENV/wisdom/economic{,s}
author HackEso <hackeso@esolangs.org>
date Fri, 20 Mar 2020 23:56:35 +0000
parents 11eadb817829
children
line wrap: on
line source

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