A grumpy list of powershell commands from someone who knew Bash first

Cheat Sheets

👨‍💻 Commands

TODO: Group powershell commands

Get-Command

which equivalent. link

Also sort of the compgen equivalent if used without args?

Write-Host

echo . This goddam language man. Link.

Apparently it's always wrong and you should use Write-Output. Who knew. Link.

Get-ChildItem

The friggin powershell equivalent of ls. What is this ridiculous naming.


Set-Location

I think it's cd.