• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: huge temporary files
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: huge temporary files
      • From: Chris Espinosa <email@hidden>
References: 
 >huge temporary files (From: "Falko A." <email@hidden>)
 >Re: huge temporary files (From: lbland <email@hidden>)
 >Re: huge temporary files (From: "Falko A." <email@hidden>)

  • Prev by Date: Re: Pre-binding disabled because of overlap - WTF?
  • Next by Date: Re: Pre-binding disabled because of overlap - WTF?
  • Previous by thread: Re: huge temporary files
  • Next by thread: Re: huge temporary files
  • Index(es):
    • Date
    • Thread