On Tue, Dec 14, 2004 at 03:52:12PM -0800, Dale Harris elucidated: > > find . -print0 | grep -i monkey | xargs --null rm -f > Oops, I forgot you need a -z for grep to make that work correctly. Dale