how to do a recursive search in windows code example
Example: findstr recursive
Just specify /S to search in all subfolders and match all files with regex *:
findstr /S string_to_search *
Just specify /S to search in all subfolders and match all files with regex *:
findstr /S string_to_search *