【发布时间】:2014-03-03 18:28:59
【问题描述】:
我有一个“xml-node”对象数组:
xml-node object:
node <---------- this object is the one that has 3 other attributes (see below)
path
pattern
Node:
filename
modification
type
问题:
我想根据“修改”属性对这个 xml 节点数组进行排序; 我该怎么办?
我试过了:
$nodes | sort-object Node.modification
【问题讨论】:
标签: arrays sorting powershell