Skip to content

Instantly share code, notes, and snippets.

@willyarisky
Created August 22, 2021 23:41
Show Gist options
  • Save willyarisky/0cee29b2ee28d2ce11496619af3e9500 to your computer and use it in GitHub Desktop.
Save willyarisky/0cee29b2ee28d2ce11496619af3e9500 to your computer and use it in GitHub Desktop.
wget command to download website as html
wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains nebula-innovations.com \
--no-parent \
nebula-innovations.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment