Answers for "how to find a word in files linux"

1

how to find a word in files linux

# this will search all subdirectories for text (no case sensitivity)
grep -inR "your text" .
Posted by: Guest on March-23-2021

Code answers related to "how to find a word in files linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language