Last active
October 25, 2016 07:30
-
-
Save buithehoa/63e69ca9e98b3a7cf7a45d93a6d04e0a to your computer and use it in GitHub Desktop.
Find and execute a command on file / directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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