Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: old shell question
- X-seq: zsh-users 6363
- From: dom@xxxxxxxxxxxxxxxx (Dominic Mitchell)
- To: jarausch@xxxxxxxxxxxxxxxxxxx
- Subject: Re: old shell question
- Date: Thu, 3 Jul 2003 12:20:41 +0100
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <20030703110552.A07E5A7D00@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20030703110552.A07E5A7D00@xxxxxxxxxxxxxxxxxxxxxxxxxx>
On Thu, Jul 03, 2003 at 01:05:52PM +0200, jarausch@xxxxxxxxxxxxxxxxxxx
wrote:
> Hi, sorry for this offtopic question but I know that there are very
> knowledgeable people on this list.
>
> I had problems with the invocation script of the opera web-browser.
> The reason was that when invoked via
>
> opera -remote openURL(...,...)
>
> this script gets the TWO parameters -remote and openURL(...,...)
>
> and concatenates these to a SINGLE parameter like '-remote
> openURL(...,...)' and passed this to the true opera binary.
Have a look at the manual for the SH_WORD_SPLIT option. This is
probably also in the FAQ.
-Dom
Messages sorted by:
Reverse Date,
Date,
Thread,
Author