PowerShell
PowerShell 是微软出品的 shell,建立在 .Net framework 上。 自 PowerShell 6 开始可以跨平台使用(Windows, Linux, macOS)。 不同于一般的 shell(如 bash),PowerShell 的 pipeline 传递的是 .NET objects 而不是 strings。
PowerShell 6 将可执行文件 powershell 改名为 pwsh,changelog。 笔记目前不做区分。
目录
概念
参考
- 官方 blog
- Hey, Scripting Guy! Blog Learn about Windows PowerShell
- https://4sysops.com/tag/powershell/