Skip to content

Instantly share code, notes, and snippets.

@Leechael
Created April 18, 2011 11:04
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 Leechael/925140 to your computer and use it in GitHub Desktop.
Save Leechael/925140 to your computer and use it in GitHub Desktop.
for f in `curl -s http://www.qconbeijing.com/schedule.html | grep -oe '\"[^\"]\+\.\(pdf\|rar\|zip\|ppt\|pptx\|odt\|doc\|docs\)' | cut -d\" -f2`; do wget http://www.qconbeijing.com/$f; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment