Re: huge temporary files
Re: huge temporary files
- Subject: Re: huge temporary files
- From: lbland <email@hidden>
- Date: Fri, 21 Apr 2006 14:06:14 -0700
On Apr 21, 2006, at 1:42 PM, Falko A. wrote:
Hi,
Where does xCode usually create "temporary" files like those?
hi-
/Library/Caches/com.apple.Xcode.5xx
maybe?
Nope, didn't contain any files for the project I compiled :-(
Could some other files occupy all the space?
e.g. files for virtual memory, or other system files, which weren't
properly deleted due to the system restart?
- Falko
hi-
maybe you would like to try this:
sudo find / -newerct '2880 minute ago' -print
i.e.: find && print everything that is less than 2 days old?
and then ls -l suspected ones, or something like this:
sudo find / -newerct '2880 minute ago' -exec ls -l;
(from memory, may be a bit off)
to do the ls -l for you.
thanks!-
-lance
VVI
_______________________________________________
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