diff --git a/README.md b/README.md index 759f21c..c43dbc6 100644 --- a/README.md +++ b/README.md @@ -105,4 +105,14 @@ per cercare una stringa opzioni usate -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, \ No newline at end of file + -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/ \ No newline at end of file