view bin/hatesgeo @ 12347:9b54fce99337 draft

<wib_jonas> forget vacuum tube
author HackEso <hackeso@esolangs.org>
date Mon, 26 Oct 2020 12:56:54 +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}' $@