findstr in all files in a directory 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 *