⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 zoomsh.sgml

📁 harvest是一个下载html网页得机器人
💻 SGML
字号:
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [     <!ENTITY zoomsh-commands SYSTEM "zoomsh-commands.xml">]><!-- $Id: zoomsh.sgml,v 1.4 2002/10/09 23:07:12 mike Exp $ --><refentry id="zoomsh">  <refmeta>  <refentrytitle>zoomsh</refentrytitle>  <manvolnum>1</manvolnum> </refmeta>  <refnamediv>  <refname>zoomsh</refname>  <refpurpose>ZOOM shell</refpurpose> </refnamediv> <refsynopsisdiv>  <cmdsynopsis>   <command>zoomsh</command>   <arg choice="opt" rep="repeat">commands</arg>  </cmdsynopsis> </refsynopsisdiv>  <refsect1><title>DESCRIPTION</title>   <para>    <command>zoomsh</command> is a ZOOM client with a simple    command line interface. The client demonstrates the ZOOM    API and is useful for testing targets.   </para>   <para>    You may pass one or more commands to <command>zoomsh</command>.    These commands are invoked first.    </para>  </refsect1>  <refsect1><title>EXAMPLES</title>   <para>    If you start the <command>yaz-ztest</command> in one console you    can use the ZOOM shell as follows:    <screen><![CDATA[$ zoomshZOOM>connect localhost:9999ZOOM>search computerlocalhost:9999: 7 hitsZOOM>show 0 11 Default USmarc001    11224466 003 DLC005 00000000000000.0008 910710c19910701nju           00010 eng  010    $a    11224466 040    $a DLC $c DLC050 00 $a 123-xyz100 10 $a Jack Collins245 10 $a How to program a computer260 1  $a Penguin263    $a 8710300    $a p. cm.ZOOM>quit]]>    </screen>   </para>   <para>    You can also achieve the same result by passing the commands    as arguments on a single command line:   </para>   <para>    <literal>$ zoomsh "connect localhost:9999" "search computer"</literal>    <literal>"show 0 1" quit</literal>   </para>  </refsect1>  <refsect1><title>COMMANDS</title>   <variablelist>        <varlistentry><term><literal>connect</literal>      <replaceable>zurl</replaceable></term>     <listitem><para>       Connects to the target given by <replaceable>zurl</replaceable>.      </para></listitem></varlistentry>        <varlistentry><term><literal>close</literal>      [<replaceable>zurl</replaceable>]</term>     <listitem><para>       Closes connection to target given by       <replaceable>zurl</replaceable> or all targets if       <replaceable>zurl</replaceable> was omitted.      </para></listitem></varlistentry>        <varlistentry><term><literal>show</literal>      [<replaceable>start</replaceable>      [<replaceable>count</replaceable>]]     </term>     <listitem><para>       Displays <literal>count</literal> records starting at offset given       by <replaceable>start</replaceable>. First records has offset 0       (unlike the Z39.50 protocol).      </para></listitem></varlistentry>        <varlistentry><term><literal>quit</literal>     </term>     <listitem><para>       Quits <command>zoomsh</command>.      </para></listitem></varlistentry>        <varlistentry><term><literal>set</literal>      <replaceable>name</replaceable>      [<replaceable>value</replaceable>]     </term>     <listitem><para>       Sets option <replaceable>name</replaceable> to       <replaceable>value</replaceable>.      </para></listitem></varlistentry>        <varlistentry><term><literal>get</literal>      <replaceable>name</replaceable>     </term>     <listitem><para>       Prints value of option <replaceable>name</replaceable>.      </para></listitem></varlistentry>        <varlistentry><term><literal>help</literal>     </term>     <listitem><para>       Prints list of available commands.      </para></listitem></varlistentry>       </variablelist>     </refsect1>  <refsect1><title>SEE ALSO</title>   <para>    <citerefentry>     <refentrytitle>yaz</refentrytitle>     <manvolnum>7</manvolnum>    </citerefentry>,    <citerefentry>     <refentrytitle>yaz-ztest</refentrytitle>     <manvolnum>8</manvolnum>    </citerefentry>,   </para>   <para>    Section "Building clients with ZOOM" in the YAZ manual.   </para>   <para>    <ulink url="http://zoom.z3950.org/">ZOOM home page</ulink>.   </para>  </refsect1></refentry><!-- Keep this comment at the end of the fileLocal variables:mode: sgmlsgml-omittag:tsgml-shorttag:tsgml-minimize-attributes:nilsgml-always-quote-attributes:tsgml-indent-step:1sgml-indent-data:tsgml-parent-document:nilsgml-local-catalogs: nilsgml-namecase-general:tEnd:-->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -