From d2117d85f1e74b881cc7c43ea047b83afb13a4cc Mon Sep 17 00:00:00 2001 From: Fabio Date: Mon, 24 Mar 2025 16:40:10 +0800 Subject: [PATCH] Aggiorna README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e125bce..759f21c 100644 --- a/README.md +++ b/README.md @@ -94,4 +94,15 @@ Options: Example: - sudo rsync -razPvp calibre orangepi@192.168.1.4:/home/nvme/dockerdata \ No newline at end of file + sudo rsync -razPvp calibre orangepi@192.168.1.4:/home/nvme/dockerdata + +## Grep (ricerca stringa) + +per cercare una stringa + + grep -rl "string" /path + +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