Linux trouvent les derniers fichiers modifiés

find . -type f -exec stat -c '%Y %n' {} \; | sort -nr | awk 'NR==1,NR==3 {print $2}'
Sparkling Skunk