Skip to content

Instantly share code, notes, and snippets.

@buithehoa
Last active October 25, 2016 07:30
Show Gist options
  • Save buithehoa/63e69ca9e98b3a7cf7a45d93a6d04e0a to your computer and use it in GitHub Desktop.
Save buithehoa/63e69ca9e98b3a7cf7a45d93a6d04e0a to your computer and use it in GitHub Desktop.
Find and execute a command on file / directory
find /road/to/perdition -type d -exec chmod 755 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment