if you have structure:
gallery/<dir1>/thumbs/
gallery/<dir2>/thumbs/
gallery/<dir3>/thumbs/
is there a command you can issue that will delete all /thumbs/ directories and files recursively but preserve each of gallery/<dirx>/ contents or would this have to be done programmatically?