Re: Passing calls to an AS app via shell?
Re: Passing calls to an AS app via shell?
- Subject: Re: Passing calls to an AS app via shell?
- From: Martin Orpen <email@hidden>
- Date: Fri, 08 Oct 2004 18:09:52 +0100
on 8/10/04 5:52 pm, Martin Orpen at email@hidden wrote:
> But, as you noted in your script, you can't do:
>
> $ cd "~"
Which is obvious now that I come to think about it!
The tilde means $HOME.
If it's quoted, it can't make the substitution.
It can be modified too:
~+ = $PWD
~- = $OLDPWD
Must remember to do "cd ~-" instead of "cd .." if I want to go back one.
It'll take longer to type, but it's more interesting :-)
--
Martin Orpen
Idea Digital Imaging Ltd -- The Image Specialists
http://www.idea-digital.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden