Aggiorna README.md
This commit is contained in:
parent
56c1b02b77
commit
d2117d85f1
1 changed files with 12 additions and 1 deletions
11
README.md
11
README.md
|
@ -95,3 +95,14 @@ Options:
|
|||
Example:
|
||||
|
||||
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