PowerShell on Linux / Debian 11 - 'exit' command not working as expected
On my Debian 11 VM, the 'exit' command in a PowerShell script does not work as expected. The script stops working, but the process does not exit either. Now I use this to exit…
2 articles
On my Debian 11 VM, the 'exit' command in a PowerShell script does not work as expected. The script stops working, but the process does not exit either. Now I use this to exit…
I just found out that on my Debian 11 VM in PowerShell the key combination Ctrl+C does not work. The script is not terminated by this, unlike expected. I added the following code…