#echo \#\#\# DOC : #cat ./tests/docs/XPath-PT.xml #echo for native in ./bench.native*; do echo $native for quer in ./tests/queries/XPath-PT/A1.xpl ; do /usr/bin/time -l $native ./tests/docs/XPath-PT.xml -f ./tests/queries/XPath-PT/my.xpl done echo done