Powershell is low-key cool
dev.to·6d·
Discuss: DEV
🐚Shell Scripting
Preview
Report Post

As far as developer tools go, Microsoft gets a bad rep. There’s a long list of reasons tools built by the big M get clowned on but it’s hard to deny obvious success stories like VSCode among others - however few.

One tool I think is actually good but not talked about enough is powershell. If you use a windows machine you’ve probably come across it - yep, it’s that shell that shows up in your VSCode integrated terminal before you adjust your settings to use bash instead - well, maybe you shouldn’t.

This isn’t a dump bash and pick up powershell exposition, I use both (you will too) - this is a give powershell a chance appeal.

What exactly is powershell? Well, it’s a command-line shell and it’s also a scripting language - just like bash is. While both have a lot of similarities, th…

Similar Posts

Loading similar posts...