find . -name "whatevs"
hit enter, verify you are deleting what you expect then hit the up arrow and type:
| xargs rm -rf
find . -iname "whatever" -delete
find . -name "whatevs"
hit enter, verify you are deleting what you expect then hit the up arrow and type:
| xargs rm -rf