, ,

Linux – recursively find the newest files in a subdirectory


find . -type f -printf "%C@ %p\n" | sort -rn | head -n 10

References

1. http://stackoverflow.com/questions/10575665/linux-find-command-find-10-latest-files-recursively-regardless-of-time-span