Searching Linux Folder For File With Phrase in Contents
This will do a recursive search through the folder /search/through/this/folder for the phrase: for this phrase
grep -rnw '/search/through/this/folder' -e 'for this phrase'
Gotta love Linux!
This will do a recursive search through the folder /search/through/this/folder for the phrase: for this phrase
grep -rnw '/search/through/this/folder' -e 'for this phrase'
Gotta love Linux!