Aggiorna README.md
This commit is contained in:
parent
56c1b02b77
commit
d2117d85f1
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -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,
|
Loading…
Reference in a new issue