Chmod only files

Similarly, the following will chmod all files only (and ignore the directories):

find . -type f -exec chmod 644 {} \;