From f347eed7eaf5fc499d7a56d20084184ebce4aa9e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 28 Jan 2002 09:25:08 +0000 Subject: [PATCH] Added documentation about source (.) and system (!) commands. --- doc/client.xml | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) 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 -- 1.7.10.4