Why doesn't Linux develop something like PowerShell? Shit is amazing.
>>107690257It is great but slow as fuck compared to bash
no one except you likes powershell.its so ass it even tries to have bash like commands to attract some retards (like (you))
https://github.com/nushell/nushellhttps://learn.microsoft.com/en-us/powershell/scripting/install/install-powershell-on-linux?view=powershell-7.5
Why does normal powershell start instantly but powershell 7 takes 10 seconds?
powershell core exists on linux, use that.powershell is pretty good.
I like the concept of objects instead of everything being plain text but PS has lots of other issues that need to be addressed. Object Bash would be interesting.
>>107690257Just found out the other day powershell has a scriplet to convert markdown to html. Not as good as pandoc or lowdown, but preddy cool.
PowerShell is already available on Linux. But no one uses it. Why use it over Python?
>>107690413Infosec guys who primarily work with Windows but sometimes need to do stuff in Linux often use Powershell on Linux so they can reuse their scripts with few changes. Python is too close to programming rather than scripting, which for some reason is the default for infosec.
>>107690338Probably. NET bloat
>>107690257yeah, when it workshalf the time MS pushes an update to graph that breaks any/all useful scripts
Like 95% of practical use of Powershell is Windows sysadmin. Linux doesn't need that.
>>107690257It's good, but using it interactively sucks shit because so many commandlets want to return objects instead of just strings
>>107690424>Infosec guys who primarily work with Windowsthat's me, and I really wish I could work with Python instead of PowerShell. Retries and exception handling in PS are a nightmare, but sadly there's a lot of things you can only do in PS, like accessing your Microsoft email servers. Sucks working in a company that has bought the whole MS package
I use powershell on Linux almost daily and my default browser is Edge. This is a new era.
>>107690424This is true. I'm infosec and made >>107691268 before I read your comment.