Sort ls output by date ascending
📅 Dec 29, 2009
⌛ 1 minute
How to display newer files at the bottom of the ls output on Solaris 10:
ls -latr
- l
Long list with more details - a
Include hidden files - t
Sort by date descending - r
Reverse sort order
{ claus.conrad }
How to display newer files at the bottom of the ls output on Solaris 10:
ls -latr