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