How to search string from multiple files in windows?

How to search string from multiple files in windows?

1. Open Command Prompt.

2. Go to the folder where your files are present.

3. Use this command “findstr /s /i Test *.*” to search string ‘Test’ from multiple files in windows.

Cheers!!!

Leave a Reply