Jump to content

Recommended Posts

Posted

Hello to all

I'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 helo

then 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


Posted

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.

Posted

Hi,

if you prefer to use the command line:

find /n "pattern" *.txt

will show you every line in which "pattern" occurs in all .txt files.

Egon

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...