Hacker News new | ask | show | jobs
by nizmow 2344 days ago
> Pwsh = Powershell. I use it from time to time yet the short name didn’t click when I read title.

pwsh is typically used to refer to Powershell Core for generally confusing reasons (mostly that on Windows "classic" Powershell continues to exist and be supported for various Windows-only tasks).

1 comments

It’s not powershell core anymore it’s just powershell, because it’s the only powershell in development and intended to be the main version.

The older one is “Windows Powershell” to disambiguate them.

When was this change made? Like which OS updates.
kind of the whole point behind it was wanting to decouple the Powershell release cadence from that of Windows, getting updated versions of things in Windows is -hard-

Powershell 7 (which just dropped RC2) is the Powershell going forward, it's based on .NET Core, its xplat, it's the one with all the dev resources assigned to it

Windows Powershell ships with windows, and is still at 5.1 at last check

Powershell Core 6 will be the only major version of Powershell core, 7 drops the core moniker

That level of complexity is not helpful to adoption.