Skip to content

Instantly share code, notes, and snippets.

@mattgalbraith
Last active October 12, 2023 22:38
Show Gist options
  • Save mattgalbraith/b5f8a7dfcf4ba1117e321318e22c6750 to your computer and use it in GitHub Desktop.
Save mattgalbraith/b5f8a7dfcf4ba1117e321318e22c6750 to your computer and use it in GitHub Desktop.
Download files from CAVATICA via text files with temporary (48hrs) file links
cat download_links.txt | xargs -P 1 wget --content-disposition --trust-server-names -nv -a wget_downloading.log
@mattgalbraith
Copy link
Author

-P 1 specifies one process - increase to run in parallel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment