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 {}\;

-- Pinski

Reply via email to