Skip to content

Instantly share code, notes, and snippets.

@trondkr
Last active December 6, 2016 08:28
Show Gist options
  • Save trondkr/623bf4e6d16fb0dd5ceb11a99bbb1390 to your computer and use it in GitHub Desktop.
Save trondkr/623bf4e6d16fb0dd5ceb11a99bbb1390 to your computer and use it in GitHub Desktop.
Wget all files in URL using wildcard
wget -r --no-parent -A --no-clobber 'soda3.3.1_mn*.nc' http://dsrs.atmos.umd.edu/DATA/soda3.3.1/REGRIDED/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment