Prerequisites
Steps to reproduce
When calling external programs on Unix-like platforms, native globbing can be bypassed on demand with single- or double-quoting an argument; e.g., /bin/echo '*'
The same should work with selectively escaping globbing metacharacters with ` in unquoted arguments, but currently doesn't.
Expected behavior
Actual behavior
The names of all files and directories are output, because globbing was unexpectedly still applied.
Error details
No response
Environment data
PowerShell Core 7.2.0-preview.8 on Unix-like platforms.
Visuals
No response
Prerequisites
Steps to reproduce
When calling external programs on Unix-like platforms, native globbing can be bypassed on demand with single- or double-quoting an argument; e.g.,
/bin/echo '*'The same should work with selectively escaping globbing metacharacters with
`in unquoted arguments, but currently doesn't.Expected behavior
*Actual behavior
The names of all files and directories are output, because globbing was unexpectedly still applied.Error details
No response
Environment data
Visuals
No response