Oldie, but goodie that I had to review manpage because I forgot the flag:
$ find . -type f -iname '*.foo' -print0 | xargs -0 rm -f
Fri Feb 5 01:52:17 2016
Oldie, but goodie that I had to review manpage because I forgot the flag:
$ find . -type f -iname '*.foo' -print0 | xargs -0 rm -f