Skip to content

Instantly share code, notes, and snippets.

@multidis
Created December 3, 2013 07:38
Show Gist options
  • Save multidis/7765411 to your computer and use it in GitHub Desktop.
Save multidis/7765411 to your computer and use it in GitHub Desktop.
wget command options for commonly needed operations.
## recursively grab web-directory content
wget -r --no-parent http://mysite.com/dir/
## NOTE: no-parent option to avoid following links that lead higher than the directory we want
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment