Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
...of a directory ordered reverse by date.

Something like: dir /o-d | top 3

It can be realized by batch file or by powershell command (gci) or by something else.

Get-Help Get-ChildItem -full gives no help...

What I have tried:

dir /o-d | top 3
dir /o-d | line 3
gci where {$_.date-date < 1}
...
Posted
Updated 30-May-16 3:08am

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900