X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fzoomsh-man.xml;h=aafe716e85fdf6a4a95d86f50f23d41a9e2faa1f;hp=1471d5470ee4b24eb18109bf1a8f0a9a150842ef;hb=d1b8a1c1647ebb00401f6b6e8f992cca7480b5f9;hpb=a85807bde8a4a08706d266bd7dd089fb6778e281 diff --git a/doc/zoomsh-man.xml b/doc/zoomsh-man.xml index 1471d54..aafe716 100644 --- a/doc/zoomsh-man.xml +++ b/doc/zoomsh-man.xml @@ -14,13 +14,13 @@ &version; Index Data - + zoomsh 1 Commands - + zoomsh ZOOM shell @@ -29,6 +29,8 @@ zoomsh + + commands @@ -41,9 +43,28 @@ You may pass one or more commands to zoomsh. - These commands are invoked first. + These commands are invoked first. + + + OPTIONS + + + -e + + Makes zoomsh stop processing commands as soon as an error occur. + The exit code of zoomsh is 1 if error occurs; 0 otherwise. + + + + -v loglevel + + Sets YAZ log level. + + + + EXAMPLES If you start the yaz-ztest in one console you @@ -55,11 +76,11 @@ ZOOM>search computer localhost:9999: 7 hits ZOOM>show 0 1 1 Default USmarc -001 11224466 +001 11224466 003 DLC 005 00000000000000.0 -008 910710c19910701nju 00010 eng -010 $a 11224466 +008 910710c19910701nju 00010 eng +010 $a 11224466 040 $a DLC $c DLC 050 00 $a 123-xyz 100 10 $a Jack Collins @@ -82,13 +103,13 @@ ZOOM>quit COMMANDS - + connect zurl Connects to the target given by zurl. - + close [zurl] @@ -96,7 +117,7 @@ ZOOM>quit zurl or all targets if zurl was omitted. - + show [start [count]] @@ -106,13 +127,13 @@ ZOOM>quit by start. First records has offset 0 (unlike the Z39.50 protocol). - + quit Quits zoomsh. - + set name [value] @@ -121,22 +142,22 @@ ZOOM>quit Sets option name to value. - + get name Prints value of option name. - + help Prints list of available commands. - + - + SEE ALSO