Re: Identifying files with resource forks
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=E1bxmbJprZ4+YyxddeDPogsxasHWrwynjCnCw9I7nVo=; b=pLUN+v19WRi484veXQ3cPaNbTko1jVCmBju9OrXPErY6SA0kKJOYluAYH+HIoCU9Yc A9MBjIvpLDHom2grKwKokGX1rNdUuKj9eoNyA3nv8ufug4SGdAjms85gc5pMyRTwDpSZ D9gocWsAdNqowRGn8c6JQ5blVUuIh3bOwt7xA= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=q3vYYE8JwnF6gt4B3/Gt1SCmxbsdvlqmJXYRBXKnrRx68ASMKRC2oeShwSoO6WAiEP xJVAcbOJFdYJ71rjMTK6BcMO7eT/6YaXqtydeNTDNj31o08PorKJy5hW9AmZy+4R/qpI J8a9NlVzZgqfssG80PRAnIiAorKwPPFC8tIpE= On Wed, Mar 30, 2011 at 16:33, Francis Devereux <francis@devrx.org> wrote:
OS X creates ._ files to store extended attributes as well as resource forks. You can use "xattr -l file" to see whether a file has any extended attributes (files with extended attributes also have an "@" after their permissions in the output of "ls -l") and "xattr -d attr_name file" to delete them.
Thanks, "xattr -l <file>" seems to be what I'm after. Cheers Adam _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Adam Mercer