PowerShell is going to need to support file globbing for native commands, like: ``` powershell gcc *.c ``` That scenario should probably work. /cc @BrucePay @lzybkr
PowerShell is going to need to support file globbing for native commands, like:
gcc *.cThat scenario should probably work.
/cc @BrucePay @lzybkr