rgrep ‘chaine’ /arborescence
find /arborescence -type f -exec grep -H ‘chaine’ {} \;
Nov 20
rgrep ‘chaine’ /arborescence
find /arborescence -type f -exec grep -H ‘chaine’ {} \;