wget (-r
オプション) の再帰オプションは、多くのファイルを生成することがあります。たとえばwget -r www.cnn.com
、次のようになります。
--2013-05-05 10:35:54-- http://www.cnn.com/about/
Reusing existing connection to www.cnn.com:80.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘www.cnn.com/about/index.html’
--2013-05-05 10:35:54-- http://www.cnn.com/help/
Reusing existing connection to www.cnn.com:80.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘www.cnn.com/help/index.html’
......
これをどのように制御できますか? ダウンロードの最大合計サイズ、ダウンロードの最大時間などを指定できますか?