Search Question
Moderators: AmigoJack, bbadmin, helios, MudGuard
-
dforrest
- Posts: 44
- Joined: Mon Jan 19, 2004 11:19 pm
- Location: St. Vincent and the Grenadines
Search Question
Can I use TextPad to find files NOT containing a particular string?
-
schnitzi
- Posts: 19
- Joined: Mon May 12, 2003 8:36 am
Re: Search Question
dforrest wrote:Can I use TextPad to find files NOT containing a particular string?
How can you use TextPad to do that? Use it to write a program
that does it.
Seriously, I think that may be the only way...
-
bveldkamp
Re: Search Question
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?
grep -v finds files not containing a certain string.
- talleyrand
- Posts: 624
- Joined: Mon Jul 21, 2003 6:56 pm
- Location: Kansas City, MO, USA
- Contact:
-
bveldkamp