Skip to content

Instantly share code, notes, and snippets.

@oeon
Created July 12, 2012 20:43
Show Gist options
  • Save oeon/3100839 to your computer and use it in GitHub Desktop.
Save oeon/3100839 to your computer and use it in GitHub Desktop.
To download all filenames in a file (e.g. slo-naip.txt)
for i in `cat slo-naip.txt`; do wget http://atlas.ca.gov/casil/imageryBaseMapsLandCover/imagery/naip/naip_2009/usda_file_archive/$i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment