Steve-O
0
Q:

find text in folder

grep -rnw '/path/to/somewhere/' -e 'pattern'
-1
# syntax 
# find *</path/to/dir> -name '*<file(s)-to-search>' -exec grep '*<string-to-find>' {} /dev/null \;

# example
find 'C:/Users/JacquesK' -name '*.*' -exec grep 'Random text to find' {} /dev/null \;
1

New to Communities?

Join the community