ls – How to sort files by date…
How to display newer files at the bottom of the ls output in Linux or Mac:
ls -latr
- l
Long list with more details - a
Include hidden files - t
Sort by date descending - r
Reverse sort order
Scientific Algorithms and Analytics
How to display newer files at the bottom of the ls output in Linux or Mac:
ls -latr