view bin/hatesgeo @ 11740:59d2a5e7d053 draft

<int-e> forget code
author HackEso <hackeso@esolangs.org>
date Thu, 21 Feb 2019 19:21:47 +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}' $@