Skip to content

Commit 7427fe0

Browse files
committed
添加uuto命令.
1 parent bab1b7b commit 7427fe0

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Linux Command
1212

1313
540多个 Linux 命令,内容包含 Linux 命令手册、详解、学习,值得收藏的 Linux 命令速查手册。请原谅我写了个爬虫,爬了他们家的数据 [linuxde.net](http://man.linuxde.net) ,同时进行了编辑,增加了一些数据。对他们的辛勤劳动表示敬意,个人希望能本地离线搜索,不喜欢广告,希望得到干净漂亮的预览界面,业余和工作时间需要使用大量的命令,所以干了一件看似比较愚蠢的事情,在回头有空的时候估计能做一个App?,或者是命令行帮助工具?但目前还没有计划...
1414

15-
[Github Web](#官方-web-版本) | [OSChina Web](http://jaywcjlove.gitee.io/linux-command/) | [Web 1](http://linux-command.composer-proxy.org/) | [Alfred](#alfred-版本) | [Krunner](https://github.com/roachsinai/krunner-linuxcommands) | [Android](https://github.com/Ernest-su/LinuxCmd.git) | [Mac/Win/Linux](https://github.com/haloislet/linux-command) | [Chrome Plugin](#chrome-插件)
15+
[Web](#web-版本) | [Alfred](#alfred-版本) | [Krunner](https://github.com/roachsinai/krunner-linuxcommands) | [Android](https://github.com/Ernest-su/LinuxCmd.git) | [Mac/Win/Linux](https://github.com/haloislet/linux-command) | [Chrome Plugin](#chrome-插件)
1616

1717
## 开发使用
1818

@@ -56,7 +56,9 @@ https://raw.githubusercontent.com/jaywcjlove/linux-command/master/command/<命
5656

5757
[![Chrome Web Store 下载](./assets/chrome-extensions.gif)](https://github.com/jaywcjlove/oscnews)
5858

59-
#### 官方 Web 版本
59+
#### Web 版本
60+
61+
[OSChina Web](http://jaywcjlove.gitee.io/linux-command/) | [Web 1](http://linux-command.composer-proxy.org/)
6062

6163
扫描二维码移动端预览搜索,也可通过二维码下面链接地址打开使用。
6264

command/uuto.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
uuto
2+
===
3+
4+
将文件传送到远端的UUCP主机。
5+
6+
## 补充说明
7+
8+
**uuto命令** 为script文件,它实际上会执行uucp,用来将文件传送到远端UUCP主机,并在完成工作后,以邮件通知远端主机上的用户。
9+
10+
### 语法
11+
12+
```
13+
uuto [文件][目的]
14+
```
15+
16+
17+
### 例子
18+
19+
将文件传送到远程 UUCP 主机 localhost 的 tmp 目录,在命令提示符中直接输入如下命令:
20+
21+
```bash
22+
uuto./testfile localhost/tmp # 将文件传送到远程UUCP 主机localhost的tmp目录
23+
```
24+
25+
该命令通常没有输出。
26+
27+
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->

0 commit comments

Comments
 (0)