print all TAP properties

Here's a handy shell script for 
printing all the TAP properties
including all the subClasses.

# KEHOME/bin/printProperty
# Aug/16/2003

# print all Property subClasses and all properties
# usage: printProperty

ke <<\EOF
set kbmode=tap;  # TAP Property
set echo=off;

subClasses := ? iss Property;
every p in $subClasses {
	    $p isc ?;
};
Property isp ?;

exit;
EOF

Dick McCullough
knowledge := man do identify od existent done;
knowledge haspart proposition list;

Received on Saturday, 16 August 2003 20:52:17 UTC