view bin/hatesgeo @ 11513:408737ffa142 draft

<int-e> slwd tanebvention//s/comma,/comma, ruin,/
author HackEso <hackeso@esolangs.org>
date Tue, 17 Apr 2018 16:22:06 +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}' $@