view bin/sort-by-lengths @ 11488:cbd86e77f7c2 draft

<oerjan> ` mv bin/sledp bin/pled
author HackEso <hackeso@esolangs.org>
date Thu, 12 Apr 2018 04:23:08 +0100
parents 11eadb817829
children
line wrap: on
line source

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