Re: Unzip multiple items Applescript-terminal syntax help!
Re: Unzip multiple items Applescript-terminal syntax help!
- Subject: Re: Unzip multiple items Applescript-terminal syntax help!
- From: Axel Luttgens <email@hidden>
- Date: Thu, 29 Oct 2009 10:38:42 +0100
Le 28 oct. 2009 à 22:47, Cerciello a écrit :
[...]
do script "cd " & this_path & find . -exec unzip -o {} \; & rm -rf
__MACOSX;
[...]
Hello,
Emmanuel and Steve already provided you with useful suggestions.
I still feel uncomfortable with the "&" that precedes the "rm -rf
__MACOSX" part; what is it supposed to do here?
On the other hand, are you unzipping on a FAT volume? what's the
provenance of the zipped files?
More generally, which command(s) exactly do you type in Terminal.app
when unzipping by hand the files contained in a folder?
Axel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden