Originally posted by cybertraveler
View Post
I'm not saying Windows is better. It isn't, it's worse. But I think the attention to consistency in PowerShell is admirable, even if it's not nearly enough to make it worth the effort to replace the GNU Coreutils and bash with PowerShell equivalents in some Linux distribution.
But most of all I just get annoyed with the constantly repeated misinformation:
1. I hate Microsoft as much as the next open source enthusiast, but FUD over their Embrace, Extend, Extinguish strategy just makes us look like lunatics. PowerShell for Linux is 100% open source, free-as-in-freedom software. There is plenty of real Microsoft EEE for us to hate elsewhere, just not here.
2. PowerShell does not require complex object-manipulation or object-oriented-programming to use. This article, for example, walks through PowerShell equivalents to a series of common grep examples. The syntax is very different from bash + grep, but not hard to read and understand https://communary.net/2014/11/10/gre...owershell-way/
Comment