wget: コマンドラインから利用可能なダウンロードツール

-使用例
--wget -l 0 -x -i urls.txt
--wget -k -i urls.txt
--wget -nc -r -np -l 0 -k -x http://host/
--wget -c -x -r -L -l 0 -np http://hostname/dirname/
--wget --reject=.zip,.lzh,.swf,.avi,.mpg,.rm,.ram,.tar.gz,.tgz -nc -r -np -l 0 -k -x http://host/

-wget のオプションの意味
-- -nc 取得済みのファイルは取得しない
-- -r 再帰的に取得する
-- -np 親ディレクトリを再帰的に取得しない
-- -l 再帰取得の深さを指定する(0を指定すると無限)
-- -k 取得したHTMLファイル内の絶対リンクを相対リンクへ変換する
-- -x ディレクトリ階層を作る

-[wget]wgetでURLのリストを取得する
--http://www.nilab.info/zurazure/20030119.html#p02

-GNU Wget - GNU Project - Free Software Foundation (FSF)
--http://www.gnu.org/software/wget/wget.html

-wget の使い方
--http://tech.bayashi.net/svr/doc/wget.html

-wget のヘルプ
--http://www.nilab.info/wiki/wget-man.html