Follow these steps to download a list of URLs using Terminal on a Mac:
- Make a text file with the URLs you’d like to download (one URL per line)
- Open Terminal and
cd
to the directory you’ve saved the text file to - Run this command:
xargs -n 1 curl -O < file.txt