Skip to content

Instantly share code, notes, and snippets.

@byteface
Created March 27, 2015 01:49
Show Gist options
  • Save byteface/2befbb55060d0d43fbbb to your computer and use it in GitHub Desktop.
Save byteface/2befbb55060d0d43fbbb to your computer and use it in GitHub Desktop.
some wget tips
# gets everything for a single page...
wget -E -H -k -K -p http://www.site.com.au/path/topage
# gets the whole site...
wget -r -p -U wget -r -p -U Mozilla http://www.site.com.au
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment