Sort an array numerically by extracting integers in names

前端 未结 0 470
没有蜡笔的小新
没有蜡笔的小新 2021-01-25 04:14
$Folders = Get-ChildItem -LiteralPath $PSScriptRoot | Where-Object {$_.PSIsContainer} | Select-Object -ExpandProperty BaseName

I get the output



        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题