In addition to filtering the output of a result, the grep command can also be used to search for a word or phrase recursively in Linux directories:
grep -Ril "Palavra ou frase"
- Tags:
- linux
In addition to filtering the output of a result, the grep command can also be used to search for a word or phrase recursively in Linux directories:
grep -Ril "Palavra ou frase"