svn commit: trunk/busybox

Rob Landley rob at landley.net
Thu May 11 10:51:59 PDT 2006


On Thursday 11 May 2006 3:23 am, Rich Felker wrote:
> On Wed, May 10, 2006 at 10:08:42PM -0400, Mike Frysinger wrote:
> > On Wednesday 10 May 2006 14:52, Bernhard Fischer wrote:
> > > +	find . -name .depend'*' -print0 | xargs -0 rm -f
> > >
> > > That's IMO not ideal..
> > > /busybox$ ./busybox find . -name .depend'*' -print0
> > > BusyBox v1.2.0-pre0 (2006.05.10-18:50+0000) multi-call binary
> > >
> > > Usage: find [PATH...] [EXPRESSION]
> >
> > *shrug* doesnt really matter to me
>
> Just remove the 0, it's nonsense. Filenames do not have embedded
> newlines in them! Anyone who creates such stupid filenames deserves
> what they get.

They can have embedded spaces, especially in the paths leading up to them.

Rob

P.S.  You don't happen to know a Richard Johnson on the linux kernel mailing 
list, do you?  Goes by the name "wrongbot"?
-- 
Never bet against the cheap plastic solution.


More information about the busybox mailing list