">
Download all urls in a .txt file using curl:
while read -r url; do curl -O "$url"; done < urls.txt