view bin/sort-by-lengths @ 11985:eace96d0f9db draft

<b_jonas> `` >>share/whatis echo \'ddate(1) - convert Gregorian dates to Discordian dates\'
author HackEso <hackeso@esolangs.org>
date Thu, 24 Oct 2019 07:13:24 +0000
parents 11eadb817829
children
line wrap: on
line source

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