The expression of the pipe operator | does implicitly replaced by the cmd.exe /S /D /c"..." command
#26
andry81
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The same as:
Result:
falseThe same as:
Result:
falseThe same as:
Result:
trueNote
The
(call)expression under the piping|operator has changed the syntax to( call )(after(and before)a space character is added), which has a different exit code: #14So, to workaround it you have change
(call)tocall(rem):Result:
falseBeta Was this translation helpful? Give feedback.
All reactions