Forrest logo
back to the grep tool

grep:ai:006cc

in fedora recursively look at files for the work married ignoring case
$ grep -ri 'married' ${directory}
try on your machine

Recursively search for the word 'married' ignoring case in all files within the specified directory in Fedora Linux.

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:

  • in fedora recursively look at files for the work married ignoring case?
back to the grep tool