mirror of https://github.com/cheat/cheat.git
Update wget
This commit is contained in:
parent
af8eb721be
commit
87a594535a
|
@ -16,15 +16,15 @@ wget URL1 URL2
|
||||||
# To parse a file that contains a list of URLs to fetch each one
|
# To parse a file that contains a list of URLs to fetch each one
|
||||||
wget -i url_list.txt
|
wget -i url_list.txt
|
||||||
|
|
||||||
# To download files according to a pattern
|
|
||||||
wget http://www.myserver.com/files-{1..15}.tar.bz2
|
|
||||||
|
|
||||||
# To mirror a whole page locally
|
# To mirror a whole page locally
|
||||||
wget -pk http://path.to.the/page.html
|
wget -pk http://path.to.the/page.html
|
||||||
|
|
||||||
# To mirror a whole site locally
|
# To mirror a whole site locally
|
||||||
wget -mk http://site.tl/
|
wget -mk http://site.tl/
|
||||||
|
|
||||||
|
# To download files according to a pattern
|
||||||
|
wget http://www.myserver.com/files-{1..15}.tar.bz2
|
||||||
|
|
||||||
# To download all the files in a directory with a specific extension if directory indexing is enabled
|
# To download all the files in a directory with a specific extension if directory indexing is enabled
|
||||||
wget -r -l1 -A.extension http://myserver.com/directory
|
wget -r -l1 -A.extension http://myserver.com/directory
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue