Hi Daiane,
Start server:
$ basexserver &
Use client to connect, execute query and store result in file:
$ basexclient -U admin -P admin -o result.tx 1+1 $ cat result.txt 2
Doing stuff like that from within a shell script should be no problem. Are there any specific issues you are facing?
Alex
On 15.02.2014, at 17:57, DAIANE ROBERTA CANDIDA dairc_8@hotmail.com wrote:
Hello,
I want to create a Shell script to connect basexclient, running queries and put the output into a file.
How can I do that?
Regards,
Daiane