Aggiorna README.md

This commit is contained in:
Fabio 2025-03-24 16:40:10 +08:00
parent 56c1b02b77
commit d2117d85f1

View file

@ -94,4 +94,15 @@ Options:
Example: Example:
sudo rsync -razPvp calibre orangepi@192.168.1.4:/home/nvme/dockerdata 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,