Skip to content

Instantly share code, notes, and snippets.

@sanatem
Created March 22, 2020 15:03
Show Gist options
  • Save sanatem/98d0ad59190cb2a1d820a605e25f1407 to your computer and use it in GitHub Desktop.
Save sanatem/98d0ad59190cb2a1d820a605e25f1407 to your computer and use it in GitHub Desktop.
Wget - Download a website
wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains example.com \
www.example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment