From: Adam Dickmeiss Date: Mon, 28 Jan 2002 09:25:08 +0000 (+0000) Subject: Added documentation about source (.) and system (!) commands. X-Git-Tag: YAZ.1.8.5~14 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=f347eed7eaf5fc499d7a56d20084184ebce4aa9e Added documentation about source (.) and system (!) commands. --- diff --git a/doc/client.xml b/doc/client.xml index e575f45..dede72e 100644 --- a/doc/client.xml +++ b/doc/client.xml @@ -1,4 +1,4 @@ - + The YAZ client Introduction @@ -112,7 +112,7 @@ Commands When the YAZ client has read options and connected to a target, if given, - it will display Z > and away your command. + it will display Z> and await your command. Commands are executed by hitting the return key. You can always issue the command ? to see the list of available commands. @@ -409,12 +409,37 @@ Sends Item Update Request. This command sends a "minimal" - PDU to the target supplying the last received record from the target. + PDU Update to the target supplying the last received record from + the target. If no record has been received from the target this command is ignored and nothing is sent to the target. + + + . + filename + + + Executes list of commands from + file filename, just like source on + some UNIX shells. + + + + + + ! + args + + + Executes command args in subshell + using the system call. + + + + Searching