Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要wget在递归时遵循重定向,例如从 host.com 到 www.host.com。通常它不会递归到子域,并且-H它会尝试下载整个 Internet。如何使其仅进入所需站点的子域(或至少进入 www. 子域)?
wget
-H
这个怎么样?
-D "foo.com,b.foo.com" -H