Re: Xcode 3.1: How to delete caches via CLI?
Re: Xcode 3.1: How to delete caches via CLI?
- Subject: Re: Xcode 3.1: How to delete caches via CLI?
- From: lbland <email@hidden>
- Date: Sat, 12 Jul 2008 13:53:36 -0400
On Jul 12, 2008, at 11:59 AM, Sherm Pendley wrote:
Lance asked how to *delete* caches, not how to *find* them. Hence the
question - What has changed that makes it "less obvious" that "rm" is
the command one should use to delete them? Nothing jumps out at me
that suggests that it won't work.
Or did I misunderstand his question? Apologies if so - I *do* have a
habit of taking things rather literally.
Lets say that rm is an operation which has arguments (operands), the
whole thing makes up a command.
to delete something you need to know: (a) operation and arguments
(operands), hence "finding" something is part of the question.
So, is:
rm -rf "$TMPDIR/../-Caches-/com.apple.Xcode.$UID"
the "official" answer?
... or perhaps "rm -rf" is not the "official" way anymore and the
"official" way is more like:
xcodebuild -delete_cache
or something like that. I'm trying to find the "right" answer, not
something homemade.
thanks!-
-lance
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden