Re: Searching a file for multiple strings (PS)

2009-02-02 Thread gotbyrd
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

Re: Searching a file for multiple strings

2009-02-02 Thread gotbyrd
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

Searching a file for multiple strings

2009-01-31 Thread gotbyrd
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