Answers for "findstr in all files"

0

findstr in all files

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