Parallel curl (or wget) downloads

前端 未结 0 1062
忘掉有多难
忘掉有多难 2021-02-05 08:38

I have a file with 2192 urls, one on each line. I am trying to download them in parallel like this:

cat urls.txt | tr -d \'\\r\' | xargs -P 8 -n 1 curl -s -LJO -n

相关标签:
回答
  • 消灭零回复
提交回复
热议问题