Summary
In Powershell the shell commands are not working as expected.
✔ $ ls
│
└ [Error: spawn /bin/bash ENOENT]
Expected Behavior
✔ $ ls
file1.txt
file2,jpg
Actual Behavior
It shows error Error: spawn /bin/bash ENOENT]
Steps to reproduce the issue
1.Open Powershell and Run cmdc
2. enter ! to enter commands mode.
3. Enter any shell command like ls or pwd
4. See the error output
Command Code Version
0.39.2
Operating System
Windows
Terminal/IDE
Powershell
Shell
Powershell
Additional context
No response
Summary
In Powershell the shell commands are not working as expected.
✔ $ ls
│
└ [Error: spawn /bin/bash ENOENT]
Expected Behavior
✔ $ ls
file1.txt
file2,jpg
Actual Behavior
It shows error
Error: spawn /bin/bash ENOENT]Steps to reproduce the issue
1.Open Powershell and Run
cmdc2. enter
!to enter commands mode.3. Enter any shell command like
lsorpwd4. See the error output
Command Code Version
0.39.2
Operating System
Windows
Terminal/IDE
Powershell
Shell
Powershell
Additional context
No response