Home | 简体中文 | 繁体中文 | 杂文 | Github | 知乎专栏 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏

12.4. Recursive download

12.4.1. -r, --recursive specify recursive download.

使用-r是应该注意,很多网页有外站链接,-r会将外站一同下载(旧版本)

			
wget -r http://netkiller.github.com
			
			

12.4.2. -m, --mirror shortcut for -N -r -l inf --no-remove-listing.

我们通常使用-m可以下载整个网站例如我的网站上有很多电子书,你想一次下载下来离线阅读

wget -m http://netkiller.github.com/index.html