#!/bin/rc
# writes out ids of localities where TAXON was found
# Usage: locs TAXON
# Thu Feb 13 12:14:06 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 '%POINT' 'TAXON='$1''>[2=]
|