Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

how does one order a hash table by the value desc order

$
0
0

i have made a script that will enter the name and size of every directory on my c drive into one hash table with $hash.Add("$dir","$size") the table will list everything, but i can not get the table to order by the size of the directory to save my life any one know?


Viewing all articles
Browse latest Browse all 6937

Trending Articles