效果:
实现代码:
$port_Group=cat .ip.txt| group -p {$_.ToString().Substring(([string]$_).IndexOf(':')+1)} -AsH -AsS $port_Group.Item('80')
效果:
实现代码:
$port_Group=cat .ip.txt| group -p {$_.ToString().Substring(([string]$_).IndexOf(':')+1)} -AsH -AsS $port_Group.Item('80')