0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

macos xattr cli

Posted at
xattr file.jpg

xattr -l file.jpg
ls -al@

ls -al@ *.jpg

ls -l@  file.jpg

-rw-r--r--@ 1 who staff

	com.apple.macl	    72
	com.apple.quarantine	 29
	com.apple.lastuseddate#PS	    16
	com.apple.metadata:kMDItemWhereFroms 137

delete key

# Pick a Key to delete
xattr -d com.apple.metadata:kMDItemWhereFroms file.jpg

# REMOVE ALL keys for a particular file
xattr -c

com.apple.quarantine

xattr -rd com.apple.quarantine file.dmg

Refs:

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?