摘要: 需要wget下载多个文件链接时,可以采用如下方法:1. 将链接存入文件url.list中;2. wget -bc -i url.list -o [log_file] -P [target_dir]其中,-b backgournd,即后台下载;-c continues,继续下载尚未完成的任务,即如... 阅读全文
posted @ 2014-07-03 15:45 Beanocean 阅读(2341) 评论(0) 推荐(0) 编辑