newest


NAME

newest - find newest (or biggest) files in a directory tree


SYNOPSIS

newest [-a] [-S] [-N] directory...


DESCRIPTION

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.


NOTES

Only works on Unix.


SEE ALSO

File::Find, find2perl