Plan 9 from Bell Labs’s /usr/web/sources/contrib/pac/rc/bin/pq/branch

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/bin/rc
# writes out complete taxonomy of the taxon given as argument
# Usage: branch 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'



{i=$1
pq -m 'join '^$DISPATCH^'' 	-o '%TAXNAME' 'TAXON='$i'' >[2=]
while(\
{i= `{pq -m 'join '^$DISPATCH^'' 	-o '%UP' 'TAXON='$i'' >[2=]}; \
pq -m 'join '^$DISPATCH^'' 	-o '%TAXNAME' 'TAXON='$i'' >[2=]})
{}
} | tr \x0a -
echo ''

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.