view bin/hatesgeo @ 12361:71758953750c draft

<oerjan> learn The password of the month is in order again.
author HackEso <hackeso@esolangs.org>
date Mon, 01 Feb 2021 13:53:56 +0000
parents e037173e0012
children
line wrap: on
line source

#!/bin/sh
perl -n -e '/:(.*?)!.*JOIN/; $j{$1}++; END {print "$_ $j{$_};" for sort {$j{$b} <=> $j{$a}} keys %j}' $@