Created
March 27, 2015 01:49
-
-
Save byteface/2befbb55060d0d43fbbb to your computer and use it in GitHub Desktop.
some wget tips
This file contains hidden or 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
# gets everything for a single page... | |
wget -E -H -k -K -p http://www.site.com.au/path/topage | |
# gets the whole site... | |
wget -r -p -U wget -r -p -U Mozilla http://www.site.com.au |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment