view bin/hatesgeo @ 12182:2e3de62d1c5c draft

<wib_jonas> delquote 1213
author HackEso <hackeso@esolangs.org>
date Fri, 22 Nov 2019 11:46:18 +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}' $@