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 www.example.com のようなオプションなしで試していますが、メインの html ファイルよりも多くのファイルをダウンロードしています。ダウンロードを避ける方法はありますか?
Wget には、css、js、画像、またはフラッシュ コンテンツが含まれることはありません。HTMLのみをダウンロードします(URLをhtmlファイルに渡す場合):
wget http://www.myserver.de/index.html
これにより、現在のフォルダーに index.html が保存されます (それ以上は保存されません)。