mirror of https://github.com/cheat/cheat.git
Merge pull request #148 from brutus/master
include commands to mirror locally
This commit is contained in:
commit
04eabeabd5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue