Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: What's the reasoning behind z & s returning nular for empty input?
- X-seq: zsh-users 24412
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- Subject: Re: What's the reasoning behind z & s returning nular for empty input?
- Date: Sat, 9 Nov 2019 08:52:31 +0100
- Cc: Zsh Users <zsh-users@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=LRKaqzqtnulBkJbdd+olqHQ3C0E/zdnr6bFhyphqDbI=; b=D2WBRnhWYFmKxIJDELEPqhWpLsOCvEpSd/qIrNfJJ3F1SW80lAGF68aNWYN37mlD0t PF0aHyXccTB/vvsAITzBaltBQyMXmStwko5PbAlGezLcnijsJHB4RUvSkiQbWywp3nX/ XKJXXYEVPshWUJjpmJI5JAK+m8+hRjw51ngF5WP/1XMyqpLP/OgWufUjylmLVua9AyAJ 3tVYbloKCt7pahCVUJfoi3cHEjSbsmW88o+8FaVhxNlpqNKVjfQs6Flyaj5TP9iShVVv 8dnwEhFQGqOaor9WYETfhx5mdgcU/Guqc1bPPl42KLY3UZZMvMddiQwfVqK+5mwhNRDJ GKxA==
- In-reply-to: <CAN=4vMpj91iZzOgLNNcUzb4UuTDEAiFxkjyuAa76hqqaQjnFBg@mail.gmail.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>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVCD7e=vATDBc7px1d4XNYiKu1=2iZP9YaJ5PutgsDTsoQ@mail.gmail.com> <CAN=4vMpj91iZzOgLNNcUzb4UuTDEAiFxkjyuAa76hqqaQjnFBg@mail.gmail.com>
On Sat, Nov 9, 2019 at 8:50 AM Roman Perepelitsa
<roman.perepelitsa@xxxxxxxxx> wrote:
> "${(@z)${(j::)${(@q)x}}}" expands to "${(@q)x}"
Correction: (j::) should read (j: :).
Messages sorted by:
Reverse Date,
Date,
Thread,
Author