解决办法
find .
-type f -name '*.jpeg' -exec
xattr -c {} \; find .
-type f -name '*.png' -exec
xattr -c {} \; find .
-type f -name '*.tif' -exec
xattr -c {} \; |
解决办法
find .
-type f -name '*.jpeg' -exec
xattr -c {} \; find .
-type f -name '*.png' -exec
xattr -c {} \; find .
-type f -name '*.tif' -exec
xattr -c {} \; |