Answers for "how to search specific text in all files ubuntu"

11

search for word in text files ubuntu

grep -rnw '/path/to/somewhere/' -e 'pattern'
Posted by: Guest on January-23-2020

Code answers related to "how to search specific text in all files ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language