Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: array1=array2 ???
- X-seq: zsh-users 11093
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxxxxx>
- Subject: Re: array1=array2 ???
- Date: Mon, 18 Dec 2006 13:31:36 +0100
- In-reply-to: <45863BEA.5060509@xxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Operating-system: Linux 2.6.18.3suspend2+ipw2200 i686
- References: <20061218.043009.41640189.Meino.Cramer@xxxxxx> <20061218033409.GI21950@xxxxxxxxxxxxxxx> <45863BEA.5060509@xxxxxxxxxxxxxxxxxx>
Marc Chantreux <marc.chantreux@xxxxxxxxxxxxxxxxxx>:
> Frank Terbeck wrote:
>
> > b=( $a )
>
> not really : b is a 'compressed" a (without empty elements) . you must
> use "$a[@]" to preserve all elements.
I must stop spreading nonsense... :-/
Thank you for correcting me.
Regards, Frank
--
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
-- RFC 1925
Messages sorted by:
Reverse Date,
Date,
Thread,
Author