Skip to content

Instantly share code, notes, and snippets.

@akkerman
Last active December 21, 2015 07:58
Show Gist options
  • Select an option

  • Save akkerman/6274711 to your computer and use it in GitHub Desktop.

Select an option

Save akkerman/6274711 to your computer and use it in GitHub Desktop.
Use wget to download a web page and pages it directly links to e.g. to download some documentation based on it's table of contents.
wget --recursive --level=1 --no-clobber --page-requisites --html-extension --convert-links --no-parent $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment