We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ee332 commit da5cddcCopy full SHA for da5cddc
command/uupick.md
@@ -0,0 +1,36 @@
1
+uupick
2
+===
3
+
4
+命令处理传送进来的文件。
5
6
+## 补充说明
7
8
+**uupick命令** 处理传送进来的文件。 当其他主机通过UUCP将文件传送进来时,可利用uupick指令取出这些文件。
9
10
+### 语法
11
12
+```
13
+uupick [-v][-I<配置文件>][-s<主机>][-x<层级>][--help]
14
15
16
+### 选项
17
18
19
+-I<配置文件>或--config<配置文件> 指定配置文件。
20
+-s<主机>或--system<主机> 处理由指定主机传送过来的文件。
21
+-v或--version 显示版本信息。
22
+--help 显示帮助。
23
24
25
+### 例子
26
27
+处理由主机localhost传送过来的文件。在命令行直接输入如下命令:
28
29
30
+uupick-s localhost
31
32
33
+该命令通常没有输出。
34
35
36
+<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
0 commit comments