zsh-workers
 help / color / mirror / code / Atom feed
* Brace expansion in command position
@ 2020-11-21 15:31 Daniel Shahaf
  2020-11-21 17:56 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Shahaf @ 2020-11-21 15:31 UTC (permalink / raw)
  To: zsh-workers; +Cc: Felipe Contreras

[[[
% 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-23  4:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-21 15:31 Brace expansion in command position Daniel Shahaf
2020-11-21 17:56 ` Peter Stephenson
2020-11-23  4:05   ` Daniel Shahaf

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).