Linux Temukan file modifikasi terbaru

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