Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: About quoting
- X-seq: zsh-workers 16389
- From: Raúl Núñez de Arenas Coronado <raul@xxxxxxxxxxxx>
- To: raul@xxxxxxxxxxxx, zefram@xxxxxxxx
- Subject: Re: About quoting
- Date: Wed, 2 Jan 2002 22:32:48 +0100
- Cc: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: Raúl Núñez de Arenas Coronado <raul@xxxxxxxxxxxx>
- Sender: Raúl Núñez de Arenas Coronado <raul@xxxxxxxxxxxx>
Hi Zefram :))
Thanks a lot for your answer, fast and good :))
>There are several solutions. If you want to divide up a scalar value
>in that way, add an "=" after the "$", so
This will do, since none of my binaries (AFAIK) use $PAGER thru
the shell...
>You can also set the option SH_WORD_SPLIT, which does this
>automatically for all variable substitutions, but this is a bad
>idea, because it's often useful to retain spaces in a variable
>expansion.
Anyway, I need bash compatibility, so this is not a bad idea too.
I'll try the second solution first.
Thanks a lot again :))
Raúl
Messages sorted by:
Reverse Date,
Date,
Thread,
Author