Subject: Re: CVS commit: src/usr.bin/find
To: Martin Husemann <martin@duskware.de>
From: Perry E. Metzger <perry@piermont.com>
List: tech-userlevel
Date: 02/08/2007 12:38:29
Martin Husemann <martin@duskware.de> writes:
> On Fri, Feb 09, 2007 at 02:26:54AM +0900, SODA Noriyuki wrote:
>> So "find -print0 | xargs -0 rm." and "find -delete" aren't same thing.
>
> find -delete is fine.

-rm is one additional line of code, literaly. It adds something like
ten bytes to the executable. Are you honestly telling me that this is
a serious problem to you?

Perry