view bin/sort-by-lengths @ 11468:ff752d36eb0e draft

<fizzie> sled bin/url//s,https://hackego.esolangs.org/,https://hack.esolangs.org/,
author HackEso <hackeso@esolangs.org>
date Sun, 08 Apr 2018 18:18:04 +0100
parents 11eadb817829
children
line wrap: on
line source

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