Similarly, the following will chmod all files only (and ignore the directories):
find . -type f -exec chmod 644 {} \;
Similarly, the following will chmod all files only (and ignore the directories):
find . -type f -exec chmod 644 {} \;