79788823

Date: 2025-10-12 22:38:16
Score: 2.5
Natty:
Report link

This is the simple answer to your question. No need for PowerShell or complex for-commands:

dir /O:-D

/O sorts by order, -D is by date descending.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gary Malkasian