wget を使用してドメインから既定の Web ページをダウンロードするにはどうすればよいですか? 例:
www.mydomain.comはデフォルト ページとしてindex.htmlを返し、 www.newdomain.comはデフォルト ページとしてdefault.htmlを返します。したがって、wget を使用するwget [options] www.mydomain.com
と、index.html をダウンロードするwget [options] www.newdomain.com
必要があり、default.html をダウンロードする必要があります。