通过wget下载一个网站
工具
iTerm
or Terminal(终端)
示例代码
bash
wget -r -p -np -k --restrict-file-names=nocontrol [url]
如何在电脑上安装wget
简单的 shell 脚本
put it in /Users/$user
bash
chmod -x wget.sh // Writable
./wget [url] // Any directory
Wiki
文章信息
- 文章标题:通过wget下载网站 - Keystion
- 文章链接:https://webclown.net/posts/通过wget下载网站.html
- 版权声明:本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。
- 转载请注明来自 Keystion !
markdown
[通过wget下载网站 - Keystion](https://webclown.net/posts/通过wget下载网站.html)