Getting rid of com.apple.quarantine xattr on Mac OS X
If you find an @ on your file permissions, it's often because of the apple quarantine protection created when downloading files from the web.
To get rid of this attribute recursively, you can copy/paste this line
find . | xargs xattr -d com.apple.quarantine
Written by Jérôme Poskin
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#