powershell3

Get-Alias group

group
group-object

PS F:\doc\pic> ls|group Extension

PS F:\doc\pic> ls|group {$_.Length -gt 50kb}
PS F:\doc\pic> ls|group {$_.Name.Substring(0,1).ToUpper()}
PS F:\doc\pic> Get-Process|group Company -NoElement
PS F:\doc\pic> Get-Process|Get-Member|sort name

猜你喜欢

转载自www.cnblogs.com/createyuan/p/12392851.html