I need to find all files matching a certain criteria and delete them - here's a snippet:
/var/www/somesite/releases/{many directories}/tmp/attachment_fu I'd like to find all files in any tmp/attachment_fu directory and delete them - the problem is that the {many directories} is throwing off my find skills (or maybe find is the wrong command - I also tried locate to no avail).