Scorp Posted July 9, 2005 Posted July 9, 2005 Hello to allI'am searching for a program that let me search in a txt file and shows me the resolt. example search in 111.txt for the word helothen in shows me every line " word word word helo word word " of the existing word.i hope it is clear and that some one can help me.Sorry for my english.Scorp
pwner Posted July 9, 2005 Posted July 9, 2005 You can search in any text editor using the internal search engine, usually activated with CTRL+F or F3. You can also search with OS search engine, specifying to search a word or a phrase within a specific file.
egrath Posted July 9, 2005 Posted July 9, 2005 Hi,if you prefer to use the command line:find /n "pattern" *.txtwill show you every line in which "pattern" occurs in all .txt files.Egon
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now