annotate bin/sort-by-lengths @ 12253:ad5c5d1b7d04 draft

<oerjan> t sled lib/karma//s/egrep.*>/egrep -x \'<[^>]*>/
author HackEso <hackeso@esolangs.org>
date Fri, 06 Dec 2019 07:53:22 +0000
parents 11eadb817829
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9746
11eadb817829 <shachaf> mkx bin/sort-by-lengths//awk \'{print length"\\t"$0}\' | sort -n | cut -f2-
HackBot
parents:
diff changeset
1 awk '{print length"\t"$0}' | sort -n | cut -f2-