mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 06:05:59 +02:00
xattr: Add removing quarantine; the by far most common use of this command (#1668)
This commit is contained in:
parent
391756661f
commit
f38e8f463f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
- Delete an attribute from a given file:
|
- Delete an attribute from a given file:
|
||||||
|
|
||||||
`xattr -d {{attribute_key}} {{file}}`
|
`xattr -d {{com.apple.quarantine}} {{file}}`
|
||||||
|
|
||||||
- Delete all extended attributes from a given file:
|
- Delete all extended attributes from a given file:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue