windows recursive seartch for cmds you typed in cmd fline 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 *