Answers for "findstr recursive"

0

findstr recursive

Just specify /S to search in all subfolders and match all files with regex *:
findstr /S string_to_search *
Posted by: Guest on October-17-2020

Browse Popular Code Answers by Language