[OT] Re: "grep" database

2005-09-09 Thread Ara . T . Howard
On Fri, 9 Sep 2005, Hilbert wrote: > Hello, > > I've heard of a software on linux that creates a recursive database of > text files and then provides an interface for grep-like queries. I'd > like to use it to find procedures/variables in a large code base. > > Any suggestions appreciated. > > Th

Re: "grep" database

2005-09-09 Thread gene tani
maybe look Gonzui, LXR, some of the other tools listed here http://www.gnu.org/software/global/links.html Hilbert wrote: > Hello, > > I've heard of a software on linux that creates a recursive database of > text files and then provides an interface for grep-like queries. I'd > like to use it to

Re: "grep" database

2005-09-09 Thread Mike Meyer
"Hilbert" <[EMAIL PROTECTED]> writes: > I've heard of a software on linux that creates a recursive database of > text files and then provides an interface for grep-like queries. I'd > like to use it to find procedures/variables in a large code base. > > Any suggestions appreciated. The great gran

Re: "grep" database

2005-09-09 Thread Hilbert
thanks! -- http://mail.python.org/mailman/listinfo/python-list

Re: "grep" database

2005-09-09 Thread Adam Monsen
ctags indexes procedures/variables in source code, perhaps it would help: http://ctags.sf.net/ -- Adam Monsen http://adammonsen.com/ -- http://mail.python.org/mailman/listinfo/python-list

"grep" database

2005-09-09 Thread Hilbert
Hello, I've heard of a software on linux that creates a recursive database of text files and then provides an interface for grep-like queries. I'd like to use it to find procedures/variables in a large code base. Any suggestions appreciated. Thanks, Hilbert -- http://mail.python.org/mailman/l