Skip to content

Instantly share code, notes, and snippets.

@Sounds-of-Science
Last active May 26, 2017 09:16
Show Gist options
  • Select an option

  • Save Sounds-of-Science/450346690a38cf9601eaa4764fc593ec to your computer and use it in GitHub Desktop.

Select an option

Save Sounds-of-Science/450346690a38cf9601eaa4764fc593ec to your computer and use it in GitHub Desktop.
# commande : xattr
# affiche les attributs étendus du fichier
xattr /path_to/filename
# supprimer un attribut
xattr -d com.apple.quarantine /path_to/filename
# supprimer tous les attributs du fichier
xattr -c /path_to/filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment