Skip to content

Instantly share code, notes, and snippets.

@John-K
Created March 15, 2016 03:24
Show Gist options
  • Save John-K/afaf29b7cf561f07c08c to your computer and use it in GitHub Desktop.
Save John-K/afaf29b7cf561f07c08c to your computer and use it in GitHub Desktop.
wget mirror command
#cut-dirs is the number of leading directories to throw away
wget -q -R '*index.html' -np -r -P out -nH --cut-dirs=4 <URL>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment