Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.5: Remove the 'downloaded file' warning flag' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.5: Remove the 'downloaded file' warning flag
Authored by: cilly on May 07, '14 05:30:54AM

You can use:

find <path> -xattrname "com.apple.quarantine" -exec xattr -sd "com.apple.quarantine" '{}' \;

The -s option makes sure that com.apple.quarantine is removed from symbolic links, too.



[ Reply to This | # ]