Showstoppers, was: Re: Fwd: Re: Release Mode

Hiếu Hoàng hieu.d.hoang at gmail.com
Wed Nov 28 14:20:48 GMT 2007


On Nov 28, 2007 6:51 PM, David Faure <faure at kde.org> wrote:
>
> On Wednesday 28 November 2007, Hans Meine wrote:
> >
> > Wouldn't it be even better (and faster) to use
> >
> > find . -wholename '*/.svn' -prune -o -print0 | xargs -0 grep "\"edit\"" -l
> >
> > instead of -exec (which runs one grep per file)?

 I use -exec + instead of -exec \;, that has the same effect as piping
to xargs, and saves a bunch of typing.

>
> What is even better and faster is
> wcgrep -r '"edit"'
> :-)
>

 But this looks to be made of win :)

 @Jakob: alright, I'll look into the dirs in KDE-rest-edit.bz2 first,
and work back towards the others.

  Hiếu


More information about the kde-core-devel mailing list