Forrest logo
back to the grep tool

grep:ai:838f2

recursively search folders for files with the word craig in it
$ grep -r 'craig' ${directory}
try on your machine

Recursively search for files with the word 'craig' in them starting from 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:

  • recursively search folders for files with the word craig in it?
back to the grep tool