Skip to content

Instantly share code, notes, and snippets.

@omalave
Created April 20, 2016 20:24
Show Gist options
  • Save omalave/47c41de14d071671cf3c67d77daecbeb to your computer and use it in GitHub Desktop.
Save omalave/47c41de14d071671cf3c67d77daecbeb to your computer and use it in GitHub Desktop.
Copy entire website with wget
wget -mkEpnp http://example.org
@omalave
Copy link
Author

omalave commented Jul 14, 2021

wget --recursive --page-requisites --adjust-extension --span-hosts --convert-links --restrict-file-names=windows --domains $domain.com --no-parent $site

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment