Skip to content

Instantly share code, notes, and snippets.

@vivianspencer
Last active May 15, 2018 01:02
Show Gist options
  • Save vivianspencer/e0564fb73cd7cf9f6dde to your computer and use it in GitHub Desktop.
Save vivianspencer/e0564fb73cd7cf9f6dde to your computer and use it in GitHub Desktop.
Recursively chmod only files
find . -type f -exec chmod 644 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment