ファイルからURIを読み込む
$ wget -i hoge.list
- レジューム
$ wget -c http://example.com/hoge.zip
- バックグラウンドで動かす
$ wget -b http://example.com/hoge.zip
- 再帰的に取得する
$ wget -r http://example.com/
$ wget -i hoge.list
- レジューム
$ wget -c http://example.com/hoge.zip
- バックグラウンドで動かす
$ wget -b http://example.com/hoge.zip
- 再帰的に取得する
$ wget -r http://example.com/