Created
October 17, 2016 16:14
-
-
Save PankajWorks/0a3b25d8795664ca62f5af63ca7e9b80 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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