/ Published in: Bash
Recursively find and list the last modified files in a directory
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$ stat --printf="%y %n\n" $(ls -tr $(find * -type f))