phil has a blog - Remove all *.ext from inside the current dir

Remove all *.ext from inside the current dir

find . -name "*.ext" -exec rm -rf {} \;