How come there are so many alternatives for linux but none for Windows?
Nothing against PowerShell, I'm just curious.
1–10 of 23 posts
How come there are so many alternatives for linux but none for Windows?
Nothing against PowerShell, I'm just curious.
It can run most or all of the widespread *nix shells.
You can get Linux shells and environments in Windows via WSL https://learn.microsoft.com/en-us/windows/wsl/install
Very convenient on my work laptop where I can't replace the OS.
A shell is a program that takes your commands and send them to the OS, it doesn't compile anything
I'll suffix with my opinion that PowerShell is much nicer than many POSIX shells, especially given its hybrid object-oriented + functional pipeline paradigm.