3
1
So, I have a directory with lots of sub-directories Something like...
main main/folder1 main/folder2 main/folder2/otherfolder1 main/folder2/otherfolder2
etc...
Is there an easy way for me to determine which folders have files in them that have been changed since a particular date?
I'd want to know that
folder1 otherfolder2
Are the only two folders that have changed files since 7/15/09.
Anything simple will work for me...applescript, terminal command.