search for a word in a file linux code example
Example: how to find a word in files linux
# this will search all subdirectories for text (no case sensitivity)
grep -inR "your text" .
# this will search all subdirectories for text (no case sensitivity)
grep -inR "your text" .