view bin/sort-by-lengths @ 11462:f9485e29a250 draft

<shachaf> slwd hackeso//s/ H/ entirely&/
author HackEso <hackeso@esolangs.org>
date Sat, 07 Apr 2018 23:56:24 +0100
parents 11eadb817829
children
line wrap: on
line source

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