commnad propmt find string code example
Example: findstr in all files
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 *