I accidentally typed "chmod -R 0775 /mydir", so now all directories AND files are +x What magical bash incantation can I type to recursively go through and make all files 0664 but make directories 0775?