view bin/hatesgeo @ 11536:3548980f4b00 draft

<oerjan> qued s,ed bin,wd ../bin,
author HackEso <hackeso@esolangs.org>
date Thu, 26 Apr 2018 22:00:27 +0100
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}' $@