Merge pull request #148 from brutus/master

include commands to mirror locally
This commit is contained in:
Chris Lane 2014-03-19 22:33:30 -04:00
commit 04eabeabd5
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,12 @@ wget URL1 URL2
# To parse a file that contains a list of URLs to fetch each one
wget -i url_list.txt
# To mirror a whole page locally
wget -pk http://path.to.the/page.html
# To mirror a whole site locally
wget -mk http://site.tl/
# To download files according to a pattern
wget http://www.myserver.com/files-{1..15}.tar.bz2