Very useful if you want to find strings inside files on a certain location.
grep -rnw 'path/to/location' -e "string I want to search"
Code language: JavaScript (javascript)
Very useful if you want to find strings inside files on a certain location.
grep -rnw 'path/to/location' -e "string I want to search"
Code language: JavaScript (javascript)