Re: Do shell script: find . takes forever; throws permissions error
Re: Do shell script: find . takes forever; throws permissions error
- Subject: Re: Do shell script: find . takes forever; throws permissions error
- From: André Renault <email@hidden>
- Date: Sat, 02 Apr 2011 14:25:53 -0400
Hi Nathan,
I believe that when you use Terminal, the shell is already logged into your account (gives the prompt). When using AppleScript, it creates a new shell that is not logged into your account.
Furthermore, AppleScript takes a long time to do some stuff anyway.
André
On 2011-04-02, at 2:19 PM, Nathan Greenstein wrote: Hi All, When I run a script like the below from Terminal it is instant and successful. find ~/Desktop .
Even though it returns a gazillion files, it's really fast.But, when I run that from an AppleScript like below, it takes a very, very long time and eventually gives a permissions error.
do shell script "find ~/Desktop ."
Can someone help me figure out what's going wrong and how to fix it?
|
_______________________________________________
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