Return to Snippet

Revision: 70758
at June 30, 2016 18:38 by rm1984


Initial Code
$ stat --printf="%y %n\n" $(ls -tr $(find * -type f))

Initial URL


Initial Description
Recursively find and list the last modified files in a directory

Initial Title
Recursively find and list the last modified files in a directory

Initial Tags
list, Bash, directory, find

Initial Language
Bash