Sup Forums hates Powershell now

>Sup Forums hates Powershell now

What happened?

microsoft

Microsoft what?

powershell

They're too stupid to understand it.

>hates now
I always hated it.

Powershell is fucking disgusting.

I like PowerShell. I doubt I'd use it on a non windows platform, unless I had to manage windows from a non windows platform. Beats having to learn/lookup a lot of cim commands.

This. PowerShell is awful compared to even bash.

powershell is shit.
>try to cat large split file
>powershell takes 3 minutes
>cmd takes 1
>bash takes 30 seconds

You better tell how.

Is this the poor man's terminal?

>try to open powershell
>it takes 20 seconds

why the fuck

Binary concatenation is better done directly through .net.
>cmd takes 1
I hope you mean copy /b

I don't even use it. What do I look like, an IT monkey?

needs to connect to microsofts shitty pajeet servers so it can keylog you

Go spread fud back to your gnu general.

>problem from PowerShell 1.0
> -read param
>Sup Forums ever knowing what they're talking about

>Me hate what other people use.

>Me have to hate Microsoft because Microsoft is big company.

>Me like linux, but only if no one use it.

>telemetry on linux and osx

Stupid go~uy what are you afraid of?

I hate Powershell because compared to Unix shells it's like injecting your hands with novocaine. You have to give MS credit for at least trying to give Windows a native modern shell, but the cmdlet names are fucking retarded. killall $process vs Get-Process $process | Stop-Process

What? You can just use the alias directly, it'll accept the process name. It'll accept the name directly without any parameter even.

Ok my mistake about the parameter, but you can still shorten it.
Here

Powershell is literally perfect in reaching its design goal of doing completely the opposite of POSIX

If you want to use powershell for anything above basic shit it is hell. Tab autocomplete is shit. The Command naming scheme seems like it is a good idea, then it gets overly complex, is shit and then fucks with autocomplete.