On Jun 8, 2:33 pm, HMS Surprise <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list