Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

18
powershell Normal file
View File

@@ -0,0 +1,18 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# powershell
> This command may be mistaken as the cross-platform version of PowerShell (formerly known as PowerShell Core), which uses `pwsh` instead of `powershell`.
> The original `powershell` command in Windows is still available to use the legacy Windows version of PowerShell (version 5.1 and below).
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pwsh>.
- View the documentation for the command referring to the latest, cross-platform version of PowerShell (version 6 and above):
`tldr pwsh`
- View the documentation for the command referring to the legacy Windows PowerShell (version 5.1 and below):
`tldr powershell -p windows`