Forrest logo
back to the grep tool

grep:ai:7fae8

Como encontrar o fragmento "texto" em arquivos?
$ grep -r 'texto' /caminho/do/diretorio
try on your machine

Recursively search for the string 'texto' in all files within the specified directory

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • Como encontrar o fragmento "texto" em arquivos?
back to the grep tool