You can list files and folders in your terminal using ls -t
to be sorted by last modified date and ls -tr
for the same in reverse order.
Listing Files in Order of Last Modified Date in Linux
Compiling hacks, tricks & bytes of information I learn everyday so others can benefit from it during tough times or otherwise.
Share:
May 30, 2024
28 WordsRead Time: 1 Minutes
Few more issues:
- Previous: Code Navigation in Vim
- Next: Mod Operation in Go