DEV Community

Discussion on: Choices for a console in Windows

Collapse
 
mburszley profile image
Maximilian Burszley • Edited

It also gets confusing when talking about consoles vs terminals vs shells vs emulators, the list goes on, especially on Windows. In the brief experiments I've had on Linux, I really enjoyed using zsh, but powershell has the most "natural" learning experience to me (and is cross-platform with PowerShell Core and next year, PowerShell 7 and beyond).

On the vein of bash v. powershell, I ran across this article that kind of melds the two by making those Linux commands natively available through a powershell cmdlet-like experience:

devblogs.microsoft.com/commandline...