下载uci 数据库使用这个命令。 wget -r inf -nc -c -np -nH -nc -o logwget -l2 http://archive.ics.uci.edu/ml/machine-learning-databases/
use ‘--mirror’ (‘-m’), which is the shorthand for ‘-r -l inf -N’
-nc表示在本地已存在的文件不会继续下载。这个和-N 选项是冲突的,-N选项好像会更新时间戳。
wget的使用可以参见GNU Wget 1.11.4 pdf 文档。里面的说明很详细。看那个很有用