Re: [fossil-users] Find in Files

2014-06-15 Thread B Harder
Cscope (+1) knows much more than just C. On Jun 15, 2014 2:17 PM, "Sergei Gavrikov" wrote: > On Sun, 15 Jun 2014, Sean Woods wrote: > > > Dear List, > > > > I am hacking on a large, complicated code base in my spare time for > > fun. I unzipped the tarball with many source files and imported it

Re: [fossil-users] Find in Files

2014-06-15 Thread Sergei Gavrikov
On Sun, 15 Jun 2014, Sean Woods wrote: > Dear List, > > I am hacking on a large, complicated code base in my spare time for > fun. I unzipped the tarball with many source files and imported it > into a Fossil repository. This aids me greatly in reviewing the code. > > I often use the "find . | x

[fossil-users] Find in Files

2014-06-15 Thread Sean Woods
Dear List, I am hacking on a large, complicated code base in my spare time for fun. I unzipped the tarball with many source files and imported it into a Fossil repository. This aids me greatly in reviewing the code. I often use the "find . | xargs grep" idiom (or some variant) to search within