Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: array prepend
- X-seq: zsh-users 17560
- From: rahul <rahul2012@xxxxxxxxx>
- To: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- Subject: Re: array prepend
- Date: Mon, 14 Jan 2013 10:18:18 +0530
- Cc: Oliver Kiddle <okiddle@xxxxxxxxxxx>, zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=V3DKfJ9cyr0TnU4PynysTBtAbYelSz9gCoLejqC/iC8=; b=yyhGf8F4NkG2VBFBuohTj98kM+i0v2zRDK9f3+kWm26jvKUxAssAjnSLzHSV/P/43+ KoNsronJQADjrA5Pw/9Fu4eyGkODHT6Yi2WowUVRU71CCqwVgcKduNLsdTKebVkNI4Tt 2kkjvWZyeyS7XyyPiGPHUxplZDqGjSGJFAjlydlk0GVIGUtRG449qKK3oif84w2rryVc G3P/qIWhhYoNZT+ntew3wxvej9e5g9TksRO/raABIev5sV469oaYpUPQ4AOjH3u+FgOq a+/FvBKKO1ukUgIKtjO/7r1/rE/THhvDFcJM3KBcrZjhBX/t4GCQx677KuWvpXJR6AKh Ntpg==
- In-reply-to: <20130113185141.4394d532@pws-pc.ntlworld.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <50EFB80D.30002@sergio.spb.ru> <22417.1357954693@thecus.kiddle.eu> <20130113185141.4394d532@pws-pc.ntlworld.com>
On Mon, Jan 14, 2013 at 12:21 AM, Peter Stephenson <
p.w.stephenson@xxxxxxxxxxxx> wrote:
>
> I was thinking about /=. I started looking at it once but got bored
> with all the varieties of parameter type.
>
>
I was wondering what the way for inserting into an array is. Is the
following the simplest or most direct way:
$FOO[1,2] xxx $FOO[3,-1]
I'd also like to know what the vision for zsh is. Are there any major
changes or enhancements coming up ? Is it to become more of a programming
language or only seen as a glue language.
I've been writing an app in zsh and totally loved the experience (as
against previous experiences with bash). (However, the only thing that
keeps biting me here and there are spaces in filenames for which I do use
the @F notation. I only wish that behaviour would be a default since the
syntax is very cumbersome)
--
rahul
Messages sorted by:
Reverse Date,
Date,
Thread,
Author