Repository - file scanner

kyosohma at gmail.com kyosohma at gmail.com
Sat Jun 9 11:34:51 EDT 2007


On Jun 8, 2:33 pm, HMS Surprise <j... at datavoiceint.com> wrote:
> Greetings,
>
> Could someone point my muddled head at a/the python repository. I know
> that one exists but cannot find it again. In particular I am looking
> for a standalone search tool that given a path searches files for a
> text string.
>
> Thanks,
>
> jvh

Search for text in a file, from O'Reilly's "Learning Python" book:
http://www.oreilly.com/catalog/lpython/chapter/ch09.html

Search for files given a path (or paths) and some text to search for:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52224
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/189973
http://www.python.org/search/hypermail/python-1994q2/0116.html

The Python repository (I think): http://svn.python.org/

Mike




More information about the Python-list mailing list