Is there a simple way to locate directories which only contains files older than a certain date and then remove the directories?
I can find old files easily enough, but if a directory has more than one file in it and one of the files is new, then I need to not touch the entire directory. It's only where all the files are old that I want it removed.