ls with reversed order
To display files and folders by their last modified date, use -rt
:
ls -rt
ls -rt
-t
is for sorting by time modified
-r
is for reversing the sorting order
To display files and folders by their last modified date, use -rt
:
ls -rt
ls -rt
-t
is for sorting by time modified
-r
is for reversing the sorting order