= PowerShell = '''PowerShell''' is a [[Windows]]-native shell. On non-Windows platforms, it is called with '''`pwsh`'''. <> ---- == Installation == [[Windows]] has PowerShell available by default. PowerShell can in fact be built for [[Linux]] distributions, and [[Linux/Arch|Arch Linux]] has a `powershell` AUR package. ---- == Usage == If you know how to use a `sh(1)` or `bash(1)` shell and want to accomplish a similar thing in PowerShell, look [[PowerShell/POSIXEquivalents|here]]. ---- == See also == [[https://learn.microsoft.com/en-us/powershell/|PowerShell Documentation]] ---- CategoryRicottone