They better don’t attack too much, because all of the internet is built on FOSS infrastructure, and they might stop working, lol.
It’s like they are not even trying. I have a laptop with 7th gen CPU that works perfectly fine. I don’t have any choice than install Linux, lol.
In PowerShell most common cmdlets for basic operations have aliases by default. And funnily enough you can use both Windows (
cmd.exe
) and Unix shell names for these. (copy
vscp
,del
vsrm
, etc.)AFAIK The cmdlets that you use only by Verb-Noun convention are mostly used in scripts, or in some administration tasks.
I also think that some poeple miss the point of PowerShell, as it’s not supposed to be worked with like with Unix shells, since it’s more object-oriented than string-oriented.