sudo xattr -d com.apple.quarantine *
- com.apple.ResourceFork
- com.apple.FinderInfo
- com.apple.diskimages.recentcksum
- com.apple.metadata:kMDItemWhereFroms
- com.macromates.caret
I guess it’s how TextMate
remembers its position in a text file. If you want to see what extended attributes your files have, you can either use “xattr -l filename” or just “ls -l@“.