svn commit: trunk/busybox

Rich Felker dalias at aerifal.cx
Thu May 11 07:23:42 UTC 2006


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.

Rich




More information about the busybox mailing list