findstr in a folder code example
Example: findstr current folder
Just specify all posible files names in current directory with regex *:
findstr string_to_search *
Just specify all posible files names in current directory with regex *:
findstr string_to_search *