Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Unset and $empty[(i)] and $empty[(I)] -- worth the effort?
- X-seq: zsh-workers 47779
- From: Felipe Contreras <felipe.contreras@xxxxxxxxx>
- To: Phil Pennock <zsh-workers+phil.pennock@xxxxxxxxxxxx>
- Subject: Re: Unset and $empty[(i)] and $empty[(I)] -- worth the effort?
- Date: Tue, 29 Dec 2020 11:54:58 -0600
- Archived-at: <https://zsh.org/workers/47779>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2020-12/CAMP44s3MEkDWe3uF3o8w8tAypvkVFu7OAahn1buj-a%3DAOYr2Ng%40mail.gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-wm1-f43.google.com) smtp.remote-ip=209.85.128.43; dkim=pass header.d=gmail.com header.s=20161025 header.a=rsa-sha256; dmarc=pass header.from=gmail.com; arc=none
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=lhumYVqll39+HkHOfkdcQC7dl3DLlNtDblExCypnxPM=; b=n5Omid7vyJrMDuFpErRMgQJ4cE8MZGCxvDbz7+AXwOQQNlrJxEg5KGadyqloJ3ZS5N rPX6+p+wfC81E1mUhnwLW1u8LZ0RTQhreY+HuQTOF1s8mkpAeNGObAAhYvBj4mSmuMJB aFBZa616sE6RajMro+SqdB+nZz1DO86kxP06PLmBgwkHLqxuo8gqlKpDtzQH4RMMGJym B0swHKYJHPF6qZtIs7wYu/lHJ9Rs380xmF8u5fEqQEFS7LqP9Nf+VpSHBsyng/qaMgyO I4BtxyrfdUbCXhSIbCkCt2HqanD/Dm1tX8UWAwAO4VyIefvYP0VV2GDmEgzhcQMD4o0o sAGQ==
- In-reply-to: <X+Tmnyof3XE662sm@fullerene.field.pennock-tech.net>
- List-archive: <http://www.zsh.org/sympa/arc/zsh-workers>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-workers.zsh.org>
- List-owner: <mailto:zsh-workers-request@zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-workers>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-workers>
- References: <CAH+w=7aQNk4g6y2NZC0skZg+1RxKZH5GAXM1Gi6PUYi58Aa27g@mail.gmail.com> <CAMP44s1h2=B1N35bpuBXfChnSkErGzCkAoRwZ-g9rBvTf3CKrw@mail.gmail.com> <X+Tmnyof3XE662sm@fullerene.field.pennock-tech.net>
- Sender: zsh-workers-request@xxxxxxx
On Thu, Dec 24, 2020 at 1:06 PM Phil Pennock
<zsh-workers+phil.pennock@xxxxxxxxxxxx> wrote:
>
> On 2020-12-23 at 17:04 -0600, Felipe Contreras wrote:
> > True. I misunderstood what $arr[(i|I)] did, and I can't find any
> > documentation about them.
>
> zshparam(1), "Subscript Flags".
>
> It's sometimes a little confusing that most of the expansion flags are
> in zshexpn(1), except these.
Ahh, I see. Thank you.
--
Felipe Contreras
Messages sorted by:
Reverse Date,
Date,
Thread,
Author