On Jan 31, 11:39 pm, Shawn Milochik wrote:
> On Sat, Jan 31, 2009 at 3:00 PM, Tim Chase
>
> wrote:
> >>> I'm fairly new with python and am trying to build a fairly simple
> >>> search script. Ultimately, I'm wanting to search a directory of files
> >>> for multiple user inputted keywords. I've
On Jan 31, 2:45 pm, Tim Chase wrote:
> > I'm fairly new with python and am trying to build a fairly simple
> > search script. Ultimately, I'm wanting to search a directory of files
> > for multiple user inputted keywords. I've already written a script
> > that can search for a single string thro
On Feb 1, 7:34 pm, Shawn Milochik wrote:
> On Sun, Feb 1, 2009 at 1:14 AM, John Machin wrote:
> > On Feb 1, 3:39 pm, Shawn Milochik wrote:
>
> >> Not to discourage the use of Python, but it seems that fgrep with the
> >> -f flag already does exactly what you want. If you're on Windows, you
> >>
On Sun, Feb 1, 2009 at 1:14 AM, John Machin wrote:
> On Feb 1, 3:39 pm, Shawn Milochik wrote:
>
>> Not to discourage the use of Python, but it seems that fgrep with the
>> -f flag already does exactly what you want. If you're on Windows, you
>> can get the Windows version of fgrep here: http://un
On Feb 1, 3:39 pm, Shawn Milochik wrote:
> Not to discourage the use of Python, but it seems that fgrep with the
> -f flag already does exactly what you want. If you're on Windows, you
> can get the Windows version of fgrep here: http://unxutils.sourceforge.net/
That URL is antique and a dead en
On Sat, Jan 31, 2009 at 3:00 PM, Tim Chase
wrote:
>>> I'm fairly new with python and am trying to build a fairly simple
>>> search script. Ultimately, I'm wanting to search a directory of files
>>> for multiple user inputted keywords. I've already written a script
>>> that can search for a singl
I'm fairly new with python and am trying to build a fairly simple
search script. Ultimately, I'm wanting to search a directory of files
for multiple user inputted keywords. I've already written a script
that can search for a single string through multiple files, now I just
need to adapt it to mu
I'm fairly new with python and am trying to build a fairly simple
search script. Ultimately, I'm wanting to search a directory of files
for multiple user inputted keywords. I've already written a script
that can search for a single string through multiple files, now I just
need to adapt it to mu
Hello,
I'm fairly new with python and am trying to build a fairly simple
search script. Ultimately, I'm wanting to search a directory of files
for multiple user inputted keywords. I've already written a script
that can search for a single string through multiple files, now I just
need to adapt i