Skip to content

Instantly share code, notes, and snippets.

@PankajWorks
Created October 17, 2016 16:14
Show Gist options
  • Save PankajWorks/0a3b25d8795664ca62f5af63ca7e9b80 to your computer and use it in GitHub Desktop.
Save PankajWorks/0a3b25d8795664ca62f5af63ca7e9b80 to your computer and use it in GitHub Desktop.
# Recursive
wget -r --no-parent http://example.com/configs/.vim/
wget -r --no-parent --reject "index.html*" http://example.com/configs/.vim/ #avoid downloading index.html
wget -r -nH -nd -np -R index.html* http://example.com/configs/.vim/ # avoid downloading directory structure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment