view bin/sort-by-lengths @ 10546:24f5e2c75966

<moonythedwarf> le//rn rust//Rust is C++, but Python, but Extensible, but Memory safe, but designed by the makers of haskell
author HackBot
date Thu, 30 Mar 2017 20:41:12 +0000
parents 11eadb817829
children
line wrap: on
line source

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