Skip to content

Instantly share code, notes, and snippets.

@ugovaretto
Created July 22, 2014 13:21
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 ugovaretto/482ef1d7a6d8e71ad3cb to your computer and use it in GitHub Desktop.
Save ugovaretto/482ef1d7a6d8e71ad3cb to your computer and use it in GitHub Desktop.
Download full website with wget
#use -E instead of --html-extensions on new version of wget
#it is used to automatically add .html to any file of type text/html
wget -rkp -l5 -np --html-extension -nH http://molekel.cscs.ch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment