Tagged Questions
1
vote
2answers
1k views
List files based on modification times
How can I run the ls command with all its options and list all files in directories recursively and sort it based on last modification times?
ie
ls -lth on all files in directories recursively