mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 18:55:06 +01:00
Update wget
This commit is contained in:
parent
4512e5fc44
commit
af8eb721be
@ -23,7 +23,7 @@ wget http://www.myserver.com/files-{1..15}.tar.bz2
|
|||||||
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://path.to.the/page.html
|
wget -mk http://site.tl/
|
||||||
|
|
||||||
# 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
Block a user