powershell - PowerShell 是否有官方文字/保留符号引用?

标签 powershell

是否有关于 PowerShell 文字(或通常保留的)字符/符号的官方(即 technet 或 MSDN,而不是博客)引用

我指的字符包括 |(管道数据)、$(变量)、@()(数组)、@{}(哈希表)和 ${}(我什至不知道这是做什么的)

最佳答案

我将从 PS C:\> Get-Help About_Reserved_Words 开始,然后继续阅读引用的帮助页面。

另请参阅:

  • about_Command_Syntax
  • about_Escape_Characters
  • about_Language_Keywords
  • about_Parsing
  • about_Quoting_Rules
  • about_Script_Blocks
  • about_Special_Characters

使用 Get-Help 的 PowerShell 内置帮助是隐藏的瑰宝之一。

关于powershell - PowerShell 是否有官方文字/保留符号引用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10442409/

相关文章:

powershell - 无法在PowerShell中使用Invoke-Expression识别运算符

linux - 将文件从 Windows 传输到 Linux,而无需使用第 3 方软件且仅使用 Shell.Application

performance - 需要更快地制作 PowerShell 脚本

function - powershell 中 "x"秒后停止函数

powershell - 从包管理控制台构建项目

sql-server - 从 SQL Server 查询结果中删除列标题

powershell - Powershell中奇怪的不可停止的Do-While周期

sql - 使用Powershell的多个SQL选择查询

powershell - 通过 Powershell 获取子 OU

file - Powershell:键入哈希文字错误后缺少 '='运算符