view bin/hatesgeo @ 12176:a7f4a2817f26 draft

<fizzie> delquote 213
author HackEso <hackeso@esolangs.org>
date Wed, 20 Nov 2019 20:13:35 +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}' $@