Search for a string

  • Thread starter Thread starter Marco
  • Start date Start date
M

Marco

Are there any tools to search for a string in text files (mainly HTML
and CSS files)? I have about 100 files which I need to change but the
string I need to find may not necessarily be in all the files. The
files are all in a particular folder so that they are easy to locate.

Thanks.
 
Are there any tools to search for a string in text files (mainly
HTML and CSS files)? I have about 100 files which I need to
change but the string I need to find may not necessarily be in all
the files. The files are all in a particular folder so that they
are easy to locate.

Windows built-in GUI Search.

Command-line FINDSTR.

Agent Ransack.

There are Windows ports of GREP.


And many other possibilities.
 
Back
Top