Questions tagged [findinfiles]
36 questions
0
votes
1 answer
Does anyone have a suggestion for a hard Drive search tool, that can use a file (List) of terms to search on?
I need to search my drive for about 200 passwords that could possibly be on my drive. Doing this one at a time is time consuming. I would like to find a tool that can accept a file, or a list of terms to incrementally search on.
0
votes
1 answer
Find in Files (Regex) - Returning Consecutive Lines
I need to return all occurrences of when three lines are consecutively written in a file. I'm looking for the following:
FieldName=
Operator=
Value=
Example File…

Billup970
- 101
- 8
0
votes
0 answers
SublimeText Find in files Plugin
I have a source code base with a lot of re-directions (mostly #defines)
I want to write a plugin that find the definition, and then automatically find all "references".
I'm done with the "conversation", so from 10 I find SIZE_OF_HASHSTAG or etc, but…

Akomer
- 36
- 4
0
votes
1 answer
Visual Studio - Find in File - Display matching strings
Using Visual Studio 2012.
Trying to use Find in Files to find all strings in code matching a certain string.
E.g. searching for "usp_", matches would include "usp_blah", "usp_test".
Rather than displaying files wherein the matching strings occur in…

sHr0oMaN
- 277
- 2
- 12
0
votes
1 answer
visual Studio 2010 regular expressions for 'Find In Files'
I have look at the many stackoverflow posts concerning VS regular expressions and read the Microsoft page concerning regular expressions but still cannot determine where I am going wrong.
Microsoft VS regex
I want to find all lines which include…

Fractal
- 1,748
- 5
- 26
- 46
0
votes
2 answers
Replace several lines
In Notepad++, I would like to (find-in-files and) replace several lines, but I fail to paste several lines into the "Replace what:" text-box.
I select the lines in an opened file, press Ctrl+Shift+F, and I get the lines copied into the "Find what:"…

Yariv
- 12,945
- 19
- 54
- 75