Finding and removing files on linux in the fly

If you're any kind of developer it's big chance you're using linux as application server. Sooner or later will need the command that find the files and remove them (or another do something else with them). There is an rm command but it doesn't support search criteria. However ther is find command. With find you [...]