Search Question
Posted: Mon Jan 19, 2004 11:26 pm
Can I use TextPad to find files NOT containing a particular string?
dforrest wrote:Can I use TextPad to find files NOT containing a particular string?
Find a pc version of grep and add it as a tool to textpad, I believe it's included with the NT or 2K Resource kit, or maybe somewhere on microsoft.com (powertools or powertoys or whatever they call it)dforrest wrote:Can I use TextPad to find files NOT containing a particular string?
Whoops, forgot about that one. Guess I should have checked my DOS 2.0 command referencetalleyrand wrote:You actually don't even have to do that much work. There is a command on at least Windows 2000 called 'find' find /v "someString" will show every line not containing it.