From 73b6693b340750bb52d31c602a65db77c83c1b8b Mon Sep 17 00:00:00 2001 From: Fabio Date: Thu, 27 Mar 2025 15:07:41 +0800 Subject: [PATCH] Aggiorna README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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 '