添加uuto命令.
This commit is contained in:
parent
bab1b7ba96
commit
7427fe0595
|
|
@ -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/<命
|
||||||
|
|
||||||
[](https://github.com/jaywcjlove/oscnews)
|
[](https://github.com/jaywcjlove/oscnews)
|
||||||
|
|
||||||
#### 官方 Web 版本
|
#### Web 版本
|
||||||
|
|
||||||
|
[OSChina Web](http://jaywcjlove.gitee.io/linux-command/) | [Web 1](http://linux-command.composer-proxy.org/)
|
||||||
|
|
||||||
扫描二维码移动端预览搜索,也可通过二维码下面链接地址打开使用。
|
扫描二维码移动端预览搜索,也可通过二维码下面链接地址打开使用。
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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/ -->
|
||||||
Loading…
Reference in New Issue