format translation: update
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
30c2bd4c7c
commit
b33795f8ab
@@ -10,11 +10,11 @@
|
||||
|
||||
- 将文件从 URL 保存到由 URL 指示的文件名中:
|
||||
|
||||
`curl -O {{http://example.com/ 文件名}}`
|
||||
`curl -O {{http://example.com/filename}}`
|
||||
|
||||
- 下载文件,跟随 [L] 重定向,并且自动 [C] 续传(恢复)前序文件传输:
|
||||
|
||||
`curl -O -L -C - {{http://example.com/ 文件名}}`
|
||||
`curl -O -L -C - {{http://example.com/filename}}`
|
||||
|
||||
- Send form-encoded data (POST request of type `application/x-www-form-urlencoded`):
|
||||
|
||||
|
@@ -4,11 +4,11 @@
|
||||
> 支持 HTTP, HTTPS, 和 FTP.
|
||||
> 更多信息:<https://www.gnu.org/software/wget>.
|
||||
|
||||
- 将该 URL 的内容下载到文件中 (在这个例子中文件名为 "foo"):
|
||||
- 将该 URL 的内容下载到文件中 (在这个例子中文件名为 "foo"):
|
||||
|
||||
`wget {{https://example.com/foo}}`
|
||||
|
||||
- 将该 URL 的内容下载到文件中 (在这个例子中文件名为 "bar"):
|
||||
- 将该 URL 的内容下载到文件中 (在这个例子中文件名为 "bar"):
|
||||
|
||||
`wget -O {{bar}} {{https://example.com/foo}}`
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# write
|
||||
|
||||
> 向某个终端上的特定用户的屏幕写入信息 (ctrl-C 来停止写入).
|
||||
> 向某个终端上的特定用户的屏幕写入信息 (Ctrl-C 来停止写入).
|
||||
> 使用 `who` 命令来获取所有活动用户的终端 id. 参见 `mesg`.
|
||||
|
||||
- 向指定的终端 ID 上的指定用户写入信息:
|
||||
|
Reference in New Issue
Block a user