diff --git a/README.md b/README.md index c43dbc6..7a79dc3 100644 --- a/README.md +++ b/README.md @@ -115,4 +115,16 @@ per scaricare un sito completo 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 + wget -rkpN -np -e robots=off -l1 https://brouter.de/brouter/profiles2/ + +## sed per sostituire e per inserire + +per sostituire + + sed -i 's/vite dev/vite dev --host 0.0.0.0 --port 8111/g' package.json + sed -i 's///g' + +per inserire righe dopo una stringa usando un file + + sed -i '/link rel/r icon' src/app.html + sed -i '//r '