Centos | wget 批量下载

  • 新建url文件,以名filelist.txt为例
vim filelist.txt
  • 把文件下载地址url填进去

  • 执行命令下载

wget -bc -i filelist.txt
-b,  --background        启动后转入后台。
-c,  --continue                继续下载部分下载的文件。
-i,  --input-file=FILE     下载本地或外部 FILE 中的 URLs。

猜你喜欢

转载自blog.csdn.net/stone_fall/article/details/106739783
今日推荐