Search text within files
If you want to search for a text in all the files within a specific folder then try this linux command.
grep -rnw 'path' -e 'textToSearch'
If you want to search for a text in all the files within a specific folder then try this linux command.
grep -rnw 'path' -e 'textToSearch'