find . -type f -exec stat -c '%Y %n' {} ; | sort -nr | awk 'NR==1,NR==3 {print $2}'
# -5 = "Number of days" find . -mtime -5