Skip to content

Instantly share code, notes, and snippets.

@zliuva
Created March 4, 2011 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zliuva/854408 to your computer and use it in GitHub Desktop.
Save zliuva/854408 to your computer and use it in GitHub Desktop.
for i in {1..48}; do wget `curl http://sportsillustrated.cnn.com/2011_swimsuit/models/brooklyn-decker/11_brooklyn-decker_$i.html | grep '<div id="cnnImage">' | sed 's/.*"\(.*\.jpg\)".*/\1/'`; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment