I want to start from a root directory and recurse through the tree. I want to delete the directory and file if there is only one file in the directory called .picasa.ini
It seems like the "find" command can do a lot of complex searches, but I don't know if can perform actions based on this type of condition.
I am using a Windows machine, but have access to cygwin which provides many command line tools.