mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 18:55:06 +01:00
[Change] Add new example for wget
This commit is contained in:
parent
f42d28088c
commit
8a3cd5dff2
@ -18,3 +18,6 @@ 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
|
||||
wget -r -l1 -A.extension http://myserver.com/directory
|
||||
|
||||
# Allows you to download just the headers of responses (-S --spider) and display them on Stdout (-O -).
|
||||
wget -S --spider -O - http://google.com
|
||||
|
Loading…
Reference in New Issue
Block a user