How do I find files sorted by last modified time?

 

 

find . -printf "%CY%Cm%Cd-%CI%CM%CS %h/%f\n"|sort -n

Rate this FAQ

5 (1 Vote)