Aggiorna README.md
This commit is contained in:
parent
d2117d85f1
commit
233705ac17
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -105,4 +105,14 @@ per cercare una stringa
|
||||||
opzioni usate
|
opzioni usate
|
||||||
|
|
||||||
-r (or --recursive) option is used to traverse also all sub-directories of /path, whereas
|
-r (or --recursive) option is used to traverse also all sub-directories of /path, whereas
|
||||||
-l (or --files-with-matches) option is used to only print filenames of matching files,
|
-l (or --files-with-matches) option is used to only print filenames of matching files
|
||||||
|
|
||||||
|
## Scaricare siti o parte di essi
|
||||||
|
|
||||||
|
per scaricare un sito completo
|
||||||
|
|
||||||
|
wget -m -A * -pk -e robots=off https://www.decomposerize.com/
|
||||||
|
|
||||||
|
per scaricare una dir di un sito
|
||||||
|
|
||||||
|
wget -rkpN -np -e robots=off -l1 https://brouter.de/brouter/profiles2/
|
Loading…
Reference in a new issue