newest - find newest (or biggest) files in a directory tree
newest [-a] [-S] [-N] directory...
Find the N newest files from the directories provided.
Option -a also searches hidden directories.
Option -S sorts by size instead.
Very simple and short program.
Only works on Unix.
File::Find, find2perl