-U<name> Specify user name
-v/V Show (all) process info
-w Keep Retain whitespaces from source files -z Skip output of resultsXQuery serialization
</pre>
| Specify the server name on which the server is running.
| <code>-nserver.basex.org</code>
|- valign="top"
| <code>-o<file></code>
| Command and query output is written to the specified file.
| <code>-p9999</code>
|- valign="top"
| <code>-p<num></code>
| <code>-q<expr></code>
| Execute the specified string as XQuery expression. The flag should be placed last, as all remaining characters are interpreted as XQuery.
| <code>-Uadmin -Padminq"doc('input')//head"</code>
|- valign="top"
| <code>-U<name></code>
| Specify the user name.
| <code>-Uadmin</code>
|- valign="top"
| <code>-v</code>
| Process information is written to standard output (<code>STDOUT</code>).
|
|- valign="top"
| <code>-V</code>
| Detailed query information is written to standard output (<code>STDOUT</code>), including compilation and profiling steps.
|
|- valign="top"
| <code>-w</code>
| By default, whitespaces around text nodes are chopped. This flag can be specified to deactivate chopping.
|
|- valign="top"
| <code>-z</code>
| Skip the serialization of XQuery results. This flag may be useful for analyzing query plans.
|
|}