PowerShell is open sourced and is available on Linux
41–50 of 790 posts
Re: PowerShell is open sourced and is available on Linux
#42I'm always in favor of things being open-sourced, but I do kind of wonder in what universe I would use PowerShell when Bash is readily available.
Jeffrey Snover [MSFT]
Re: PowerShell is open sourced and is available on Linux
#43Re: PowerShell is open sourced and is available on Linux
#44Re: PowerShell is open sourced and is available on Linux
#45I hope .NET starts taking off on other platforms, too, because it really is a much better system than Brand "J".
Re: PowerShell is open sourced and is available on Linux
#46Re: PowerShell is open sourced and is available on Linux
#47Re: PowerShell is open sourced and is available on Linux
#48I am pretty excited about this as I have few cross-platform languages that I can use (due to conditions at work). I am wondering how many distros will adopt it into their repos.
Re: PowerShell is open sourced and is available on Linux
#49Earlier quoted context omitted.
As a full-time Linux user, I have to say that bash is overrated. For instance, on Windows I could press the up arrow through my history 20x to find a group of commands I want to run, press Enter, then press DOWN for the following command, then enter, then DOWN until I run them all. In Bash, I need to press UP 20x every single time. Yes, you can customize it a lot, and you can script it but default bash isn't that spe…
Bash is awful. But so are shells in general. Even Rob Pike says as soon as your shell program gets longer than a few lines, write it in a proper language.
Re: PowerShell is open sourced and is available on Linux
#50Earlier quoted context omitted.
Is this really so useful in practice? I have never used PowerShell before (nor do I have plans to do so in the near future), but I would imagine the downside is complexity, both for user and especially for developers. With text you just read and parse, while with objects you need to know the object type, its fields,... Whatever happend, I hope text stays here (and I have a bad feeling about it ever since I met system…
Objects are discoverable in powershell. Enter the object, and lists the object out as text.