欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
Wget
来自开放百科 - 灰狐
(版本间的差异)
小 |
|||
| (未显示1个用户的8个中间版本) | |||
| 第1行: | 第1行: | ||
| + | {{SeeWikipedia}} | ||
| + | |||
Wget 是个稳定的下载工具,用它甚至可以镜像整个网站,通过 info wget 可以得到完整的使用说明。用 wget 下载整个网页的命令如下 | Wget 是个稳定的下载工具,用它甚至可以镜像整个网站,通过 info wget 可以得到完整的使用说明。用 wget 下载整个网页的命令如下 | ||
| + | wget -r -p -np -k http://www.kernel.org | ||
| + | wget -r -x --user-agent=Mozilla http://www.faqs.org/docs/artu/ | ||
| + | --no-check-certificate | ||
| − | wget - | + | --spider |
| + | |||
| + | When invoked with this option, Wget will behave as a Web spider, which means that it will not download the pages, just check that they are there. For example, you can use Wget to check your bookmarks: | ||
| + | wget --spider --force-html -i bookmarks.html | ||
| + | This feature needs much more work for Wget to get close to the functionality of real web spiders. | ||
http://www.gnu.org/software/wget/ | http://www.gnu.org/software/wget/ | ||
| + | |||
| + | [[category:file sharing]] | ||
| + | [[category:GNU]] | ||
2022年1月16日 (日) 14:48的最后版本
| |
您可以在Wikipedia上了解到此条目的英文信息 Wget Thanks, Wikipedia. |
Wget 是个稳定的下载工具,用它甚至可以镜像整个网站,通过 info wget 可以得到完整的使用说明。用 wget 下载整个网页的命令如下
wget -r -p -np -k http://www.kernel.org wget -r -x --user-agent=Mozilla http://www.faqs.org/docs/artu/ --no-check-certificate
--spider
When invoked with this option, Wget will behave as a Web spider, which means that it will not download the pages, just check that they are there. For example, you can use Wget to check your bookmarks:
wget --spider --force-html -i bookmarks.html
This feature needs much more work for Wget to get close to the functionality of real web spiders.
分享您的观点