Re: huge temporary files
Re: huge temporary files
- Subject: Re: huge temporary files
- From: "Patrick Seemann" <email@hidden>
- Date: Sat, 22 Apr 2006 16:25:57 +0200
> > Inadvertently, I created a slightly too large "loop" which caused the
> > compiler to create several GB of data and my computer to crash as it didn't have
> > any more space on the start-up volume...
> > Now, after a restart, I can't find those huge files eating up all my
> > HD space...
You can always run something like
find /Volumes/YOUR-VOLUME-HERE/ -size +1073741824c -print
from Terminal to find all files larger than one GB.
Gruss, Patrick
--
Good judgement comes from experience. Experience comes from bad
judgement.
-- Barry LePatner
_______________________________________________
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