uTools-Manuals/docs/linux/uupick.html
2019-04-21 11:50:48 +08:00

17 lines
1.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 id="uupick">uupick</h1>
<p>命令处理传送进来的文件。</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>uupick命令</strong> 处理传送进来的文件。 当其他主机通过UUCP将文件传送进来时可利用uupick指令取出这些文件。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">uupick [-v][-I&lt;配置文件&gt;][-s&lt;主机&gt;][-x&lt;层级&gt;][--help]</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">-I&lt;配置文件&gt;或--config&lt;配置文件&gt; 指定配置文件。
-s&lt;主机&gt;或--system&lt;主机&gt; 处理由指定主机传送过来的文件。
-v或--version 显示版本信息。
--help 显示帮助。</code></pre>
<h3 id="例子">例子</h3>
<p>处理由主机localhost传送过来的文件。在命令行直接输入如下命令</p>
<pre><code class="language-bash">uupick-s localhost</code></pre>
<p>该命令通常没有输出。</p>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->