添加uuto命令.

This commit is contained in:
jaywcjlove 2019-04-13 14:54:43 +08:00
parent bab1b7ba96
commit 7427fe0595
2 changed files with 31 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Linux Command
540多个 Linux 命令,内容包含 Linux 命令手册、详解、学习,值得收藏的 Linux 命令速查手册。请原谅我写了个爬虫,爬了他们家的数据 [linuxde.net](http://man.linuxde.net) 同时进行了编辑增加了一些数据。对他们的辛勤劳动表示敬意个人希望能本地离线搜索不喜欢广告希望得到干净漂亮的预览界面业余和工作时间需要使用大量的命令所以干了一件看似比较愚蠢的事情在回头有空的时候估计能做一个App或者是命令行帮助工具但目前还没有计划... 540多个 Linux 命令,内容包含 Linux 命令手册、详解、学习,值得收藏的 Linux 命令速查手册。请原谅我写了个爬虫,爬了他们家的数据 [linuxde.net](http://man.linuxde.net) 同时进行了编辑增加了一些数据。对他们的辛勤劳动表示敬意个人希望能本地离线搜索不喜欢广告希望得到干净漂亮的预览界面业余和工作时间需要使用大量的命令所以干了一件看似比较愚蠢的事情在回头有空的时候估计能做一个App或者是命令行帮助工具但目前还没有计划...
[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-插件) [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-插件)
## 开发使用 ## 开发使用
@ -56,7 +56,9 @@ https://raw.githubusercontent.com/jaywcjlove/linux-command/master/command/<命
[![Chrome Web Store 下载](./assets/chrome-extensions.gif)](https://github.com/jaywcjlove/oscnews) [![Chrome Web Store 下载](./assets/chrome-extensions.gif)](https://github.com/jaywcjlove/oscnews)
#### 官方 Web 版本 #### Web 版本
[OSChina Web](http://jaywcjlove.gitee.io/linux-command/) | [Web 1](http://linux-command.composer-proxy.org/)
扫描二维码移动端预览搜索,也可通过二维码下面链接地址打开使用。 扫描二维码移动端预览搜索,也可通过二维码下面链接地址打开使用。

27
command/uuto.md Normal file
View File

@ -0,0 +1,27 @@
uuto
===
将文件传送到远端的UUCP主机。
## 补充说明
**uuto命令** 为script文件它实际上会执行uucp用来将文件传送到远端UUCP主机并在完成工作后以邮件通知远端主机上的用户。
### 语法
```
uuto [文件][目的]
```
### 例子
将文件传送到远程 UUCP 主机 localhost 的 tmp 目录,在命令提示符中直接输入如下命令:
```bash
uuto./testfile localhost/tmp # 将文件传送到远程UUCP 主机localhost的tmp目录
```
该命令通常没有输出。
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->