Skip to content

Commit 6119f2e

Browse files
authored
Fix wget.md format (jaywcjlove#368)
1 parent dcb2604 commit 6119f2e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

command/wget.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ wget [参数] [URL地址]
3232
-V, –-version 显示wget的版本后退出
3333
-h, –-help 打印语法帮助
3434
-b, –-background 启动后转入后台执行
35-
-e, –-execute=COMMAND 执行 `.wgetrc格式的命令,wgetrc格式参见/etc/wgetrc或~/.wgetrc
35+
-e, –-execute=COMMAND 执行 .wgetrc 格式的命令,wgetrc格式参见/etc/wgetrc或~/.wgetrc
3636

3737
记录和输入文件参数:
3838

@@ -82,11 +82,11 @@ HTTP 选项参数:
8282
-–http-passwd=PASS 设定http密码为 PASS
8383
-C, –-cache=on/off 允许/不允许服务器端的数据缓存 (一般情况下允许)
8484
-E, –-html-extension 将所有text/html文档以.html扩展名保存
85-
-–ignore-length 忽略 `Content-Length头域
85+
-–ignore-length 忽略 Content-Length 头域
8686
-–header=STRING 在headers中插入字符串 STRING
8787
-–proxy-user=USER 设定代理的用户名为 USER
8888
-–proxy-passwd=PASS 设定代理的密码为 PASS
89-
-–referer=URL 在HTTP请求中包含 `Referer: URL
89+
-–referer=URL 在HTTP请求中包含 Referer: URL
9090
-s, –-save-headers 保存HTTP头到文件
9191
-U, –-user-agent=AGENT 设定代理的名称为 AGENT而不是 Wget/VERSION
9292
-–no-http-keep-alive 关闭 HTTP活动链接 (永远链接)
@@ -96,7 +96,7 @@ HTTP 选项参数:
9696

9797
FTP 选项参数:
9898

99-
-nr, -–dont-remove-listing 不移走 `.listing文件
99+
-nr, -–dont-remove-listing 不移走 .listing 文件
100100
-g, -–glob=on/off 打开或关闭文件名的 globbing机制
101101
-–passive-ftp 使用被动传输模式 (缺省值).
102102
-–active-ftp 使用主动传输模式
@@ -187,7 +187,7 @@ wget -c http://www.jsdig.com/testfile.zip
187187
wget -b http://www.jsdig.com/testfile.zip
188188

189189
Continuing in background, pid 1840.
190-
Output will be written to `wget-log'.
190+
Output will be written to 'wget-log'.
191191
```
192192

193193
对于下载非常大的文件的时候,我们可以使用参数`-b`进行后台下载,你可以使用以下命令来察看下载进度:

0 commit comments

Comments
 (0)