Re: PackageMaker corrupting files?
- From: Jolly Roger <jollyroger@xxxxxxxxx>
- Date: Wed, 30 Apr 2008 14:31:33 -0500
In article <uce-D1A7D1.14025630042008@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
Gregory Weston <uce@xxxxxxxxxx> wrote:
In article
<fca95fa1-468e-449c-8b99-fd3acd46ea8c@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
"mattdorais@xxxxxxxxx" <mattdorais@xxxxxxxxx> wrote:
I'm having some major problems with PackageMaker and I have some clues
that might help figure out what's going on. I have an app I created
from an Applescript, I saved it as an application. Using "Get Info" in
Finder tells me that it's 60 KB. Using Terminal "ls -l" tells me that
the exact same app is 13780 bytes large... that's the first strange
part
ls doesn't show you the size of the resource fork.
True in this case, but note that you can append /rsrc to any filename to
view the resource fork of the file. Enter this single-line command to
see it in action:
find ~/Library/Preferences -exec ls -l '{}/rsrc' \; 2> /dev/null | awk
'{print $5, $9}' | grep -v ^0
--
Please send all responses to the relevant news group. E-mail sent to
this address may be devoured by my very hungry SPAM filter. I do not
read posts from Google Groups. Use a real news reader if you want me to
see your posts.
JR
.
- References:
- PackageMaker corrupting files?
- From: mattdorais@xxxxxxxxx
- Re: PackageMaker corrupting files?
- From: Gregory Weston
- PackageMaker corrupting files?
- Prev by Date: Re: Detecting/identifying Airport users?
- Next by Date: Re: Mail oddities....incorrect addressee suggestions and parens...
- Previous by thread: Re: PackageMaker corrupting files?
- Index(es):
Relevant Pages
|