Package: basex
Version: 7.0.2-1
Severity: wishlist
File: /usr/share/man/man1/basex.1.gz

Document how to put commands into a file.

$ cat s
OPEN input; XQUERY /
$ basex s
Stopped at line 1, column 5 in /home/jidanni/youtube/xpath/s:
[XPST0003] Unexpected end of query: 'input; XQUERY /'.

Guessing again,
$ basex -c 'OPEN input;' s
Stopped at line 1, column 13:
Unknown command 's'; try "help".

Well trying all combinations, the only one that worked was
$ basex -Vc `cat s`
i.e., we find no working facility to read commands from files. Too bad.

I also discovered
$ basex -c "OPEN input; RUN s"
works...




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to