On Mon, 13 Feb 2006, Andrew Pinski wrote:

> 
> On Feb 13, 2006, at 9:24 PM, Damien Miller wrote:
> > Because that will fail when there are too many arguments, and will
> > probably break on filenames with spaces (use xargs -0 for these).
> 
> Why not use -exec in find?
> 
> find . -type f -name ttt -exec rm {}\;

this conversation is going in circles. Look back a couple of messages
in this very thread

Reply via email to