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.
ls -t
Will sort results based on date.