wget 途中で止まったとき

wget コマンドでダウンロードしているときに 途中で止まることがある.

> wget http://hoge.file

そんなときは -c オプションを付けると途中から再開してくれる

> wget -c http://hoge.file

ちなみに -b オプションを付けるとバックグラウンドで実行される

> wget -b http://hoge.file