Grep

H

Hans Bijvoet

Some time ago I was used to a very great tool, called Grep. This was a
dos-based utility to search for word(s) inside files.
What is nowadays the best tool for this?
Greetings,
Hans
 
N

Niels Dybdahl

Some time ago I was used to a very great tool, called Grep. This was a
dos-based utility to search for word(s) inside files.
What is nowadays the best tool for this?

The best tool is still grep.
If you use Netbeans, then there is a "find" function.
JBuilder has "Find in path"

Niels Dybdahl
 
C

Collin VanDyck

Niels said:
The best tool is still grep.
If you use Netbeans, then there is a "find" function.
JBuilder has "Find in path"

Niels Dybdahl
Eclipse will also let you do this, searching your workspace for matches
against either plain text or a regular expression. In fact, I think
most IDEs will give you this functionality.
 
T

Tim Slattery

Hans Bijvoet said:
Some time ago I was used to a very great tool, called Grep. This was a
dos-based utility to search for word(s) inside files.
What is nowadays the best tool for this?

"grep" is a Unix utility. It's been ported to many systems, and Google
will doubtlessly find many ports of it. Windows XP has "findstr" which
does nearly all of the same things. It also can recurse throught
multiple directory levels (which is handled by the command shell in
Unix systems).
 
A

Ann

Tim Slattery said:
"grep" is a Unix utility. It's been ported to many systems, and Google
will doubtlessly find many ports of it. Windows XP has "findstr" which
does nearly all of the same things. It also can recurse throught
multiple directory levels (which is handled by the command shell in
Unix systems).

If you have the DOS exe file, it might run on WIN XP also. Many
DOS programs do.
 
D

David Zimmerman

Hans said:
Some time ago I was used to a very great tool, called Grep. This was a
dos-based utility to search for word(s) inside files.
What is nowadays the best tool for this?
Greetings,
Hans

goto cygwin.com and get all kinds of Unix tools built for windows. I'm
forced to live in a windows world, but cygwin keeps me sane
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top