Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: [key]=value syntax, work in progress
- X-seq: zsh-workers 41706
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: PATCH: [key]=value syntax, work in progress
- Date: Thu, 14 Sep 2017 21:48:58 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ntlworld.com; s=meg.feb2017; t=1505422138; bh=sC5zDcuO3v6Epm38Kge2DRPN254O5uUG91Gk2KPjwq8=; h=Date:From:To:Subject:In-Reply-To:References; b=0szAWrzI7iWDNCS2mgG3o4aBa8YyaMcdqv7moXZGU7RFLolDHCE4L4vwiZL0aT+SL OMdJxyZpsTbRBvApoQuWcjXRykcTwWneQcux4f0b610J2aO1WLtqtHeEthmlUNHrIg ihIkdC/jH53okG2jT8UIaO/zotMuR18lS1JfqhAn5LNemkObx+XMTzxayAC4ZIoWT/ 1K08XEu1Q/wD6zTdSvqafML5vPCX24Po3rlfOqkB7GaNwtGkP1YTW84KNesEJ+/q0v q0D1kWO0G7X4uYRYOCfITpHV8vXVW9Ksa6+iU2OCpN6RGK2Mdhb/o+rsee3X6dgn0F Bv2X65DiRO+9A==
- In-reply-to: <CAH+w=7a59aWuvx=wC4eDzx1LCvb7GmUciB_GmOp41q-E+x=pqg@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>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20170911215115.6aa27dec@ntlworld.com> <20170912212519.3d873212@ntlworld.com> <CGME20170913071430epcas4p419e001f03aaccf99cfc9d5490524bac3@epcas4p4.samsung.com> <CAH+w=7bTW6Gjiq0mhnQUe9FAXaPjLD=NZqqRmZkiLS2CcxnLYQ@mail.gmail.com> <20170913095338.25a469f8@pwslap01u.europe.root.pri> <CAH+w=7a59aWuvx=wC4eDzx1LCvb7GmUciB_GmOp41q-E+x=pqg@mail.gmail.com>
On Wed, 13 Sep 2017 09:44:30 -0700
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> (How DO you assign "all file names containing
> an equal sign following a leading digit" to an array in bash/ksh,
> anyway?)
By the way, I don't know about bash/ksh, but in zsh you can quote the =
--- while it never expands at that point it's still a token and quoting
it suppresses the special behaviour. Feel free to produce a manual
patch if you want (rather than looking at the manual, deciding what
needs to change, then expecting me to do it, which is deprecated
behaviour...)
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author