Search code examples
linuxls

list files created or updated on a specific day


Wondering what is the most simple command to show (ls) local files under a specific folder created or updated on a specific day?

I am using Linux/Mac OS.


Solution

  • ls -t 
    

    Will sort results based on date.