Skip to content

Instantly share code, notes, and snippets.

@icarrr
Created November 17, 2019 13:39
Show Gist options
  • Save icarrr/24209329669e1f47d5219b2708bf0b7b to your computer and use it in GitHub Desktop.
Save icarrr/24209329669e1f47d5219b2708bf0b7b to your computer and use it in GitHub Desktop.
using curl to download a list of files
xargs -n 1 curl -O < urls.txt
https://www.openstack.com/wp-content/uploads/2019/11/1.pdf
https://www.openstack.com/wp-content/uploads/2019/11/2.pdf
https://www.openstack.com/wp-content/uploads/2019/11/3.pdf
https://www.openstack.com/wp-content/uploads/2019/11/4.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment