Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Brace expansion in command position
- X-seq: zsh-workers 47584
- From: "Daniel Shahaf" <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Brace expansion in command position
- Date: Sat, 21 Nov 2020 15:31:53 +0000
- Archived-at: <https://zsh.org/workers/47584>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2020-11/37c503f2-a4f5-4074-b33e-08505abaaaf7%40www.fastmail.com>
- Authentication-results: zsh.org; iprev=pass (wout1-smtp.messagingengine.com) smtp.remote-ip=64.147.123.24; dkim=pass header.d=daniel.shahaf.name header.s=fm1 header.a=rsa-sha256; dkim=pass header.d=messagingengine.com header.s=fm1 header.a=rsa-sha256; dmarc=none header.from=daniel.shahaf.name; arc=none
- Cc: "Felipe Contreras" <felipe.contreras@xxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=mime-version:message-id:date:from:to:cc :subject:content-type; s=fm1; bh=bmv9LABag2GKwpcGh2rK1bIAeGi4MLh BKCqzTcqVjys=; b=Xjfo4BRBDdpv05SqIHzOmTMdIdHOKf9b58DEGQC+bmWapPP Oyv0kTbSDwfZav9B6trOMQOBiy21jOAuBqjSQHz3M5BkCgrYCsHR/wAgsUHiHeNx IWJ+rR/f/kW12uUunW/X13AhZosY+DtmwKh0x7NZfKcDahad3iKn7EpDOJtVodAF 1V797o+62ciri3v5zwH2VBLWvo3CWbDNVTlTGqaIjOVxcpFyAFH6i/+c8k12h+yD Y7VdjMyLBy1Rq2r1rOWyzAHAUrVvyzppn/58qTCndrRNzWlZoCKYMhrByT8vFaBP QgJwDOcxfDi/CB3ittSbMAjop7TyNwkqHQwazyA==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:message-id :mime-version:subject:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=bmv9LABag2GKwpcGh2rK1bIAeGi4M LhBKCqzTcqVjys=; b=ihWdGUUgN1+8t5fdxZsrjIcOa8sK9s20z8aH4rrLpOE09 TVz+SnSQdYOLIFJBUcAVaCwXj88stc+BjHVum1BL8gb54QQIVjd6IEY0hTIoOjCE tgbECFbaAxH0E9Xk7A4TXNhDVj1qvxQjtAfeWPRi/ts/lOxcvyebdj6I52hldm9l mq3t0dFq8VIxfuduF0xpWiaMNYjM8UFjL1yErTuMdbV9hQriCYNXmxqbPWCjupYM bttWg/X1JTTSjGvoGJ3NLJTppXpJWmRO2TUDtNTMvpk4jlCIA4PGumcRfEcrOZsW 3g9fwqMNO0PXnuU5KcTBrz/p0UbBKOKndt1ZUAefw==
- 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>
- Sender: zsh-workers-request@xxxxxxx
[[[
% type pwd
pwd is a shell builtin
% {pwd,-P}
zsh: command not found: pwd,-P
% builtin {pwd,-P}
/home/daniel
]]]
I expected the second command to do what the third command does.
Cheers,
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author