🌱 Batch download urls from a list of files
List of page urls
curl $(printf '-O %s' $(<urls.txt))
List of image urls
curl $( sed 's|^|-O --url |' download-me.txt )
List of page urls
curl $(printf '-O %s' $(<urls.txt))
List of image urls
curl $( sed 's|^|-O --url |' download-me.txt )