1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:42:08 +02:00
tldr/pages.zh/common/powershell.md
Yi Liu 653919fa00
pages.zh/common/*: update Chinese translation (#15962)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-03-26 06:38:15 +02:00

13 lines
607 B
Markdown

# powershell
> 此命令可能会被误认为是 PowerShell 的跨平台版本(以前称为 PowerShell Core),后者使用 `pwsh` 而不是 `powershell`。
> Windows 中原始的 `powershell` 命令仍然可用于使用传统的 Windows PowerShell 版本(5.1 及以下版本)。
> 更多信息:<https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pwsh>.
- 查看最新的跨平台版本 PowerShell(版本 6 及以上)的命令文档:
`tldr pwsh`
- 查看传统 Windows PowerShell(版本 5.1 及以下)的命令文档:
`tldr powershell -p windows`