bookmark

sort lines by length | commandlinefu.com


Description

perl -C -e 'print for sort { length $a <=> length $b or $a cmp $b } <>' < /usr/share/dict/words | tail

Preview

Tags

Users

  • @filologanoga

Comments and Reviews