Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
hell no, on windows i only use the Win10 Subsystem for Linux, which lets you use the real deal: Bash.
https://goo.gl/mNLus6
Install the Linux Subsystem on Windows 10 - MSDN - Microsoft
But yeah powershell has it's usecases and it's definitely better than the win commandline promt. Microsoft even released a refresh of powershell which let you use more colors. -
lotd79227yAlright.
But kinda overcomplicate a lot of things and lack some neat wrappers & helpers. Imo. -
@lotd but it makes otber things a lot easier. A friend of mine recently installed powershell on ubuntu because of that.
-
Makes my job more interesting and saves lots of time. Can even do basic GUIs with winforms or WPF. Especially great for windows admin and maintenance.
-
I find it confusing where you run ipconfig in CMD and it works, you run it in powershell and it works. Thing is though, Microsoft have created a get- command for powershell to replace ipconfig!
-
I don't like it. It's almost disgusting to type "ls"and get the "dir"output :p
It might be better than cmd, but it's way behind bash and zsh.
What do people think of powershell?
question