Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Support the mksh's ${|func;} substitution
- X-seq: zsh-workers 44733
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: [PATCH] Support the mksh's ${|func;} substitution
- Date: Fri, 6 Sep 2019 02:54:59 +0200
- 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; bh=MC9OQsFUXO3bRMybEzdnSDTtc3gqMeP8kiTNGP2o3Fw=; b=ZoxWrkkZvLqvjZze7CT2ib8t0lFnxfwBZjDaRnGkfgghR73+C7nscennxbR26B3iEI mWc3zaivLBcWa2IumUu2PkI63rx/NSYfN3Xz1Ygf5c5eWZF7UaNcYnH4oVxGkBw26WyQ 3tkSHhgsmnHssciBx9tlXgFph15N1QJbhBMu3CLUR++srq2lg6tohLCnfc7ZuyxMSRYN d6JDo7BVYuEeOemd6z+beoqj2JeRl1oSHXm3/pZd+hJTxJWHRBgOI93MN3+D390xyz+S 1yvLk/0WPEVK+fl6U87wm1iQkB3S24DC4m6LwBFUZ1+sVew5O8Y7//xPDKohFxqxuR5C TJPA==
- In-reply-to: <CAKc7PVBTw2j=awaf0wAkyyO08k=vossU28fvZ=s+fhqMkcKuJQ@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVBTw2j=awaf0wAkyyO08k=vossU28fvZ=s+fhqMkcKuJQ@mail.gmail.com>
PS. I've forgot to write what the substitution does: ${|func;} is
being substituted with the value of $REPLY after running func().
Messages sorted by:
Reverse Date,
Date,
Thread,
Author