Otto says:
i use tace for the following way in csh scripts:
setenv ACEDB xxx;
tace << END
y ##
parse in.ace
find View
write out.ace
q
END
- it works obviously for both uninitialized and initialized databases
then he adds:
I would like to have the following features:
(1) destroy all objects in current keyset : like with xace from keyset menu
(2) soft parse option : when you don't parse one obj because of constraints
then continue parsing the rest of input
so i did just that
public code soon
prerelease on request