#!/bin/rc
# writes out number of correct taxon for a synonym given as argument
# Usage: ct TAXON
# Mon Jan 27 10:25:44 EST 2003
# <pac7@post.cz>
# edit the next line to show the locate your dispatch file properly
DISPATCH='/usr/pac/++RESEARCH/pq-databases/polyc/dispatch'
pq -m 'join '^$DISPATCH^'' -o '%ISTAXON' 'TAXON='$1''>[2=]
|