Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created June 15, 2016 06:54
Show Gist options
  • Save btbytes/060ec5517d581c13f9a994b98136cab3 to your computer and use it in GitHub Desktop.
Save btbytes/060ec5517d581c13f9a994b98136cab3 to your computer and use it in GitHub Desktop.
wget recursive download a course website
wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--domains www.cs.cornell.edu \
--no-parent \
http://www.cs.cornell.edu/courses/cs3110/2011sp/lecturenotes.asp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment