On 14:26 Sun 08 Jun , Diego 'Flameeyes' Pettenò wrote: > "Michael Sterrett -Mr. Bones.-" <[EMAIL PROTECTED]> writes: > > > The tree's small enough that grep -r gives enough performance. > > Even better > > grep */*/metadata.xml > > the tree is not big enough that it exceeds the maximum arguments from bash.
I usually do something like this: grep -r --include='metadata.xml' -e TOKEN It also works nicely for `--include='*.ebuild'`. Thanks, Donnie -- [email protected] mailing list
