find examples
find 10 newest files recursively
find
.
-type
f
-exec
stat
--format
'%Y :%y %n'
{
}
\;
|
sort
-nr
|
cut
-d:
-f2-
|
head