I\'m trying to do something which is probably very simple, I have a directory structure such as:
dir/ subdir1/ subdir2/ file1 file2
find dir -type f -exec rm '{}' +