view bin/sort-by-lengths @ 12471:fc656a178233 draft

<shachaf> slwd locale//s/#esoteric/#esolangs/
author HackEso <hackeso@esolangs.org>
date Sat, 21 Jan 2023 21:50:24 +0000
parents 11eadb817829
children
line wrap: on
line source

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