Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Brace expansion in command position



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