Search text in .txt files Windows 7

I want to search the content of text files using Windows 7. I am unable to find stuff like xyz in .txt files that contain text like asd**xyz**asd, not even with the file search option enabled.

4

4 Answers

You can use agent ransack which can see the contents inside the files and also search faster with the file name too. See the feature page.

Notepad++ has a feature for searching text in finds ('Find in files' tab under the regular ctrl+f search), and it's a pretty useful text editor in general.

1

You can use "find" command in command interpreter (cmd.exe). To gain more help, enter:

find /?

Usage:

find "text to find" files_to_find_in_-_can_be_wildcard

The easiest for this task is to use a tool like grepWin - if you are looking only for text in text files, or SeekFast - if you want to search in any type of documents.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like