Oldie, but goodie that I had to review manpage because I forgot the flag:
$ find . -type f -iname '*.foo' -print0 | xargs -0 rm -f
Thu Feb 4 17: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