@est gosh perl is handy
Conversation
Notices
-
Embed this notice
Annika Backstrom (annika@xoxo.zone)'s status on Saturday, 12-Aug-2023 15:25:30 JST Annika Backstrom -
Embed this notice
json web tokin' (est@social.emily.news)'s status on Saturday, 12-Aug-2023 15:25:31 JST json web tokin' five randomly chosen words from the 10000 shortest words (excluding proper names and adverbs)
perl -e 'print sort { length $a <=> length $b } <>' < /usr/share/dict/words | grep -v '^[A-Z]' | grep -v 'ly$' | head -n 100000 | sort -R | head -n 5
-
Embed this notice