Get-SPServiceInstance | ? {$_.GetType.toString(-6ren">
gpt4 book ai didi

powershell - PowerShell 短语 "| ? {...}"是什么意思?

转载 作者:行者123 更新时间:2023-12-02 22:55:23 28 4
gpt4 key购买 nike

PowerShell 有一些语法特性,我找不到太多相关文档。今天我的问题是 ? {...}

例子

PS> Get-SPServiceInstance | ? {$_.GetType.toString() -eq $varname}

我明白管道的意思了。我很确定 $_ 用于在某种循环中引用当前项目。

谁能解释一下这是什么意思?另外,如果有人能指出我可以找到有关 PowerShell 保留符号的地方,那就太好了。

最佳答案

[^_^]16:46:21[1]>get-help ?

Name Category Synopsis
---- -------- --------
% Alias ForEach-Object
? Alias Where-Object
h Alias Get-History
r Alias Invoke-History

“?”是“where-object”的别名

关于powershell - PowerShell 短语 "| ? {...}"是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11460352/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com