Skip to content

Instantly share code, notes, and snippets.

@sepehr
Last active January 1, 2016 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sepehr/8199182 to your computer and use it in GitHub Desktop.
Save sepehr/8199182 to your computer and use it in GitHub Desktop.
OSX: Recursively unlock files
find ~/Dev/www -flags +uchg -print0 | xargs -0 chflags nouchg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment