Prerequisites
See also (the inverse problem): #10683
Steps to reproduce
On Unix-like platforms, unquoted arguments that look like globbing (wildcard) patterns are automatically resolved to matching paths when calling external programs.
While single- and double-quoting can be used to suppress this behavior, using character-individual backtick escaping does not:
Expected behavior
Actual behavior
(list of file and subdirectory names in the current directory)
Error details
No response
Environment data
PowerShell Core 7.3.0-preview.7 on Unix-like platforms.
Visuals
No response