How to get Powershell sort LastWriteTime to recognize AM vs PM?

前端 未结 0 792
梦谈多话
梦谈多话 2021-01-15 07:59

I am using $file = dir *.txt | sort LastWriteTime -Descending | select -First 1 to try and get the most recent text file in a folder, this works as long as all

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