コレの改良版。
#!/bin/sh # $1: COMITIA開催回数 wget -O - "http://www.comitia.co.jp/history/${1}pr.html" |\ perl -ne 'if(m!\(([^\)]+)\)<!) { print "$1\n"; }' |\ sort | uniq -c | sort -nr
SweetPotatoのプリフィックスはswp::