1#!/bin/sh
2cat - \
3| grep -v "##" \
4| sed "s/qq//g;s/#.*//" \
5| sort -u \
6| ./bin/myspellfixprefix.pl \
7| sort -u
8
9