1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00
tldr/pages/common/powershell.md
Lena e2cc1b76aa
curl, open, powershell, wget: remove "view in older versions of tldr" (#10851)
* curl, open, powershell, wget: remove "view in older versions of `tldr`"

* curl, open, powershell, wget: remove "view in older versions of `tldr`" in translations
2023-11-19 22:03:18 +05:30

700 B

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