NAME
    newest - find newest file

VERSION
    $Id: README,v 1.2 2009-05-01 15:47:21 dpchrist Exp $

SYNOPSIS
    newest [options] PATH...

        @ARGVFILE           Insert command line arguments from ARGVFILE
        --debug, -d         Generate debug messages
        --help, -h, -?      Print a brief help message
        --man               Print the manual page
        --number, -n N      Print the N newest files

DESCRIPTION
    newest will recursively search all files and folders given by PATH and
    print the absolute path of the newest file. If more than one file has
    the same newest time stamp, only print one file.

COPYRIGHT AND LICENSE
    Copyright 2009 by David Paul Christensen dpchrist@holgerdanske.com

    This software is released under the terms of the Artistic License 2.0,
    as published by The Perl Foundation. Please see the file LICENSE.txt in
    the source distribution or The Perl Foundation web site at
    http://www.perlfoundation.org/.

